Fixed Saving Log Spam
Removed the code from PocketManager that would output messages about saving dim data every so often since it was causing log spam.
This commit is contained in:
parent
65ed1de6ee
commit
72196c6afd
1 changed files with 1 additions and 5 deletions
|
@ -457,11 +457,7 @@ public class PocketManager
|
|||
|
||||
try
|
||||
{
|
||||
System.out.println("Writing Dimensional Doors save data...");
|
||||
if ( DDSaveHandler.saveAll(dimensionData.values(),dimensionIDBlackList) )
|
||||
{
|
||||
System.out.println("Saved successfully!");
|
||||
}
|
||||
DDSaveHandler.saveAll(dimensionData.values(), dimensionIDBlackList);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue