Implemented Loading and Saving
This commit is contained in:
parent
a0224e8f14
commit
a204cbd04e
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ public class PocketManager
|
|||
try
|
||||
{
|
||||
System.out.println("Writing Dimensional Doors save data...");
|
||||
// if ( DDSaveHandler.saveAll(dimensionData.values()) )
|
||||
if ( DDSaveHandler.saveAll(dimensionData.values()) )
|
||||
{
|
||||
System.out.println("Saved successfully!");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue