Fix /server command. Now working!

This commit is contained in:
md_5 2013-10-12 15:36:22 +11:00
parent d96e561a6f
commit 69b209bcc6

View File

@ -58,6 +58,7 @@ public enum Protocol
TO_SERVER.registerPacket( 0x00, KeepAlive.class );
TO_SERVER.registerPacket( 0x01, Chat.class );
TO_SERVER.registerPacket( 0x14, TabComplete.class );
TO_SERVER.registerPacket( 0x15, ClientSettings.class );
TO_SERVER.registerPacket( 0x17, PluginMessage.class );