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:
@@ -457,11 +457,7 @@ public class PocketManager
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("Writing Dimensional Doors save data...");
|
DDSaveHandler.saveAll(dimensionData.values(), dimensionIDBlackList);
|
||||||
if ( DDSaveHandler.saveAll(dimensionData.values(),dimensionIDBlackList) )
|
|
||||||
{
|
|
||||||
System.out.println("Saved successfully!");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user