Mazes #117

Merged
StevenRS11 merged 101 commits from mazes into DevBranch 2013-12-29 07:03:48 +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); 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);
} }
} }