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