forked from MagicBane/Server
zone override
This commit is contained in:
@@ -356,7 +356,7 @@ public class City extends AbstractWorldObject {
|
||||
if (ago.getObjectType().equals(GameObjectType.City)) {
|
||||
City city = (City) ago;
|
||||
|
||||
if (city.noTeleport)
|
||||
if (city.noTeleport && city.getObjectUUID() != 34275 && city.getObjectUUID() != 34081)
|
||||
continue;
|
||||
|
||||
if (city.parentZone != null && city.parentZone.isPlayerCity()) {
|
||||
|
||||
Reference in New Issue
Block a user