Fix ID for 1.11

This commit is contained in:
Andrew Steinborn
2018-07-30 01:36:14 -04:00
parent 153f09ae70
commit a216d25a1a

View File

@@ -36,7 +36,7 @@ public enum StateRegistry {
map(0x03, MINECRAFT_1_12),
map(0x02, MINECRAFT_1_12_2));
SERVERBOUND.register(PluginMessage.class, PluginMessage::new,
map(0x0A, MINECRAFT_1_11),
map(0x09, MINECRAFT_1_11),
map(0x0A, MINECRAFT_1_12),
map(0x09, MINECRAFT_1_12_1));
SERVERBOUND.register(KeepAlive.class, KeepAlive::new,