command improvments

This commit is contained in:
StevenRS11
2013-06-09 17:44:23 -04:00
parent fa15c13d37
commit 20122f956e
2 changed files with 6 additions and 3 deletions

View File

@@ -1081,7 +1081,6 @@ public class dimHelper extends DimensionManager
new File(this.getCurrentSaveRootDirectory()+"/DimensionalDoorsData").renameTo(new File(this.getCurrentSaveRootDirectory()+"/DimensionalDoorsDataOLD"));
new File(saveFileName).renameTo( new File(this.getCurrentSaveRootDirectory()+"/DimensionalDoorsData"));
// System.out.println(String.valueOf(this.dimensionList));
}
catch(Exception e)
{