|
|
@ -48,8 +48,6 @@ public class City extends AbstractWorldObject { |
|
|
|
|
|
|
|
|
|
|
|
public static long lastCityUpdate = 0; |
|
|
|
public static long lastCityUpdate = 0; |
|
|
|
public final HashSet<Integer> _playerMemory = new HashSet<>(); |
|
|
|
public final HashSet<Integer> _playerMemory = new HashSet<>(); |
|
|
|
private final boolean isOpen = false; |
|
|
|
|
|
|
|
private final boolean reverseKOS = false; |
|
|
|
|
|
|
|
public java.time.LocalDateTime established; |
|
|
|
public java.time.LocalDateTime established; |
|
|
|
public boolean hasBeenTransfered = false; |
|
|
|
public boolean hasBeenTransfered = false; |
|
|
|
public LocalDateTime realmTaxDate; |
|
|
|
public LocalDateTime realmTaxDate; |
|
|
|