mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-08 11:40:32 +01:00
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( 0x01, Chat.class );
|
||||
TO_SERVER.registerPacket( 0x14, TabComplete.class );
|
||||
TO_SERVER.registerPacket( 0x15, ClientSettings.class );
|
||||
TO_SERVER.registerPacket( 0x17, PluginMessage.class );
|
||||
|
Loading…
Reference in New Issue
Block a user