Fix /server command. Now working!
This commit is contained in:
parent
d96e561a6f
commit
69b209bcc6
@ -58,6 +58,7 @@ public enum Protocol
|
|||||||
|
|
||||||
|
|
||||||
TO_SERVER.registerPacket( 0x00, KeepAlive.class );
|
TO_SERVER.registerPacket( 0x00, KeepAlive.class );
|
||||||
|
TO_SERVER.registerPacket( 0x01, Chat.class );
|
||||||
TO_SERVER.registerPacket( 0x14, TabComplete.class );
|
TO_SERVER.registerPacket( 0x14, TabComplete.class );
|
||||||
TO_SERVER.registerPacket( 0x15, ClientSettings.class );
|
TO_SERVER.registerPacket( 0x15, ClientSettings.class );
|
||||||
TO_SERVER.registerPacket( 0x17, PluginMessage.class );
|
TO_SERVER.registerPacket( 0x17, PluginMessage.class );
|
||||||
|
Loading…
Reference in New Issue
Block a user