bane commander NPC

This commit is contained in:
2024-12-28 05:53:38 -06:00
parent 85931b6dc2
commit 05f555b5b5
2 changed files with 4 additions and 0 deletions
@@ -445,6 +445,8 @@ public enum BuildingManager {
if(banedCity != null){
if(banedCity.getGuild().getNation().equals(playerNation)){
return false;
}else{
return true;
}
}
}