Last tweaks
This commit is contained in:
parent
18c11ee24e
commit
1dc7ee7a29
3 changed files with 8 additions and 3 deletions
|
@ -119,6 +119,12 @@ public class DDSaveHandler
|
|||
}
|
||||
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)
|
||||
{
|
||||
ArrayList<Integer> children = new ArrayList<Integer>();
|
||||
|
|
|
@ -80,6 +80,5 @@
|
|||
/schematics/ruins/Trap_SK-UTrapRight_Open_50.schematic
|
||||
/schematics/ruins/trap_wallFallcomboPistonHall_closed_200.schematic
|
||||
/schematics/ruins/DeadEnd_Floating-Altar_Open_100.schematic
|
||||
|
||||
|
||||
DeadEnd_Floating-Altar_Open
|
||||
/schematics/ruins/complexHall_exitRuinsWithHiddenDoor_open_100
|
||||
.schematic
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue