Fixed Saving Log Spam #116

Merged
SenseiKiwi merged 3 commits from master into 1.6.2-code 2013-12-26 07:33:09 +00:00
Showing only changes of commit 6d2c645ce9 - Show all commits

View File

@@ -171,7 +171,6 @@ public class mod_pocketDim
riftGen = new GatewayGenerator(properties);
}
@SuppressWarnings("unused")
@EventHandler
public void onInitialization(FMLInitializationEvent event)
{
@@ -342,6 +341,5 @@ public class mod_pocketDim
ChatMessageComponent cmp = new ChatMessageComponent();
cmp.addText(message);
player.sendChatToPlayer(cmp);
}
}