Fidaltiy garbage removed from NPC class.
This commit is contained in:
@@ -99,7 +99,6 @@ public class Building extends AbstractWorldObject {
|
||||
|
||||
public int floor;
|
||||
public int level;
|
||||
public HashMap<Integer,Integer> fidelityNpcs = new HashMap<>();
|
||||
public AtomicBoolean isDeranking = new AtomicBoolean(false);
|
||||
private ArrayList<Building> children = null;
|
||||
public LocalDateTime maintDateTime;
|
||||
|
||||
Reference in New Issue
Block a user