1.6.2 code #121
@@ -459,11 +459,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)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -171,7 +171,6 @@ public class mod_pocketDim
|
|||||||
riftGen = new GatewayGenerator(properties);
|
riftGen = new GatewayGenerator(properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void onInitialization(FMLInitializationEvent event)
|
public void onInitialization(FMLInitializationEvent event)
|
||||||
{
|
{
|
||||||
@@ -342,6 +341,5 @@ public class mod_pocketDim
|
|||||||
ChatMessageComponent cmp = new ChatMessageComponent();
|
ChatMessageComponent cmp = new ChatMessageComponent();
|
||||||
cmp.addText(message);
|
cmp.addText(message);
|
||||||
player.sendChatToPlayer(cmp);
|
player.sendChatToPlayer(cmp);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user