Fix a bug where you could not claim a startingpoint for your base in another world

This commit is contained in:
Olof Larsson
2013-05-29 14:31:09 +02:00
parent 34d2dcb97b
commit 66991fba02
3 changed files with 8 additions and 5 deletions

View File

@@ -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;