|
|
|
@ -144,7 +144,7 @@ public enum CombatManager {
@@ -144,7 +144,7 @@ public enum CombatManager {
|
|
|
|
|
|
|
|
|
|
City playerCity = ZoneManager.getCityAtLocation(playerCharacter.getLoc()); |
|
|
|
|
|
|
|
|
|
if (playerCity != null && playerCity.getGuild().getNation().equals(playerCharacter.getGuild().getNation()) == false && playerCity.cityOutlaws.contains(playerCharacter.getObjectUUID()) == false) |
|
|
|
|
if (playerCity != null && playerCity.cityOutlaws.contains(playerCharacter.getObjectUUID()) == false) |
|
|
|
|
playerCity.cityOutlaws.add(playerCharacter.getObjectUUID()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|