Formatting update
This commit is contained in:
@@ -682,10 +682,12 @@ public class Guild extends AbstractWorldObject {
|
||||
default:
|
||||
canSub = false;
|
||||
}
|
||||
|
||||
City nationCap = City.getCity(nation.cityUUID);
|
||||
if (nation.getSubGuildList().size() >= nationCap.getRank()) {
|
||||
|
||||
if (nation.getSubGuildList().size() >= nationCap.getRank())
|
||||
canSub = false;
|
||||
}
|
||||
|
||||
return canSub;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user