Fix a bug where you could not claim a startingpoint for your base in another world
This commit is contained in:
@@ -110,7 +110,7 @@ public class UConf extends Entity<UConf>
|
||||
|
||||
public boolean claimsMustBeConnected = true;
|
||||
public boolean claimingFromOthersAllowed = true;
|
||||
public boolean claimsCanBeUnconnectedIfOwnedByOtherFaction = true;
|
||||
public boolean claimsCanBeUnconnectedIfOwnedByOtherFaction = false;
|
||||
public int claimsRequireMinFactionMembers = 1;
|
||||
public int claimedLandsMax = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user