Signed-off-by: StevenRS11 <stevenrs11@aol.com>

This commit is contained in:
StevenRS11
2013-02-17 23:00:39 -05:00
parent 7092939f4f
commit 25ac73286c
5 changed files with 244 additions and 5 deletions

View File

@@ -877,11 +877,11 @@ public class dimHelper extends DimensionManager
}
// File oldSave=new File( world.getSaveHandler().getMapFileFromName("idcounts").getParent()+"/PocketDimData"); //checks to see if old save data is present
// if(oldSave.exists())
// {
// OldSaveHandler.handleOldSaveData(oldSave);
// }
File oldSave=new File( world.getSaveHandler().getMapFileFromName("idcounts").getParent()+"/PocketDimData"); //checks to see if old save data is present
if(oldSave.exists())
{
OldSaveHandler.handleOldSaveData(oldSave);
}
saveFile = new FileInputStream(dataStore);