This commit is contained in:
tastybento 2024-08-17 08:50:47 -07:00
parent 57a287a577
commit 19902684ad

View File

@ -202,7 +202,6 @@ public class AISettings implements WorldSettings {
private int islandHeight = 50;
@ConfigComment("Disallow team members from having their own islands.")
@ConfigComment("Only works if players are allowed multiple islands.")
@ConfigEntry(path = "world.disallow-team-member-islands")
private boolean disallowTeamMemberIslands = false;