Last tweaks
This commit is contained in:
@@ -119,6 +119,12 @@ public class DDSaveHandler
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* ensures that a pocket's children havent been deleted
|
||||||
|
* @param packedDim
|
||||||
|
* @param packedDims
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
private static ArrayList<Integer> verifyChildren(PackedDimData packedDim,HashMap<Integer,PackedDimData> packedDims)
|
private static ArrayList<Integer> verifyChildren(PackedDimData packedDim,HashMap<Integer,PackedDimData> packedDims)
|
||||||
{
|
{
|
||||||
ArrayList<Integer> children = new ArrayList<Integer>();
|
ArrayList<Integer> children = new ArrayList<Integer>();
|
||||||
|
|||||||
@@ -80,6 +80,5 @@
|
|||||||
/schematics/ruins/Trap_SK-UTrapRight_Open_50.schematic
|
/schematics/ruins/Trap_SK-UTrapRight_Open_50.schematic
|
||||||
/schematics/ruins/trap_wallFallcomboPistonHall_closed_200.schematic
|
/schematics/ruins/trap_wallFallcomboPistonHall_closed_200.schematic
|
||||||
/schematics/ruins/DeadEnd_Floating-Altar_Open_100.schematic
|
/schematics/ruins/DeadEnd_Floating-Altar_Open_100.schematic
|
||||||
|
/schematics/ruins/complexHall_exitRuinsWithHiddenDoor_open_100
|
||||||
|
.schematic
|
||||||
DeadEnd_Floating-Altar_Open
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user