Added regen dungeon command & removed hasMark
This commit is contained in:
@@ -26,7 +26,6 @@ public class DimData implements Serializable
|
||||
public boolean hasDoor=false;
|
||||
public boolean isDimRandomRift=false;
|
||||
public DungeonGenerator dungeonGenerator = null;
|
||||
public boolean hasMarks=false;
|
||||
//public boolean isPrivatePocket = false;
|
||||
public HashMap<Integer, HashMap<Integer, HashMap<Integer, LinkData>>> linksInThisDim=new HashMap();
|
||||
HashMap<Integer, LinkData> dimX;
|
||||
|
||||
Reference in New Issue
Block a user