Archiviert
13
0

Add protocol version for 1.9.2

Dieser Commit ist enthalten in:
Dan Mulloy 2016-04-03 00:49:04 -04:00
Ursprung ceecd51982
Commit 688da1a1bb

Datei anzeigen

@ -40,6 +40,7 @@ public class MinecraftProtocolVersion {
map.put(new MinecraftVersion(1, 7, 6), 5);
map.put(new MinecraftVersion(1, 8, 0), 47);
map.put(new MinecraftVersion(1, 9, 0), 107);
map.put(new MinecraftVersion(1, 9, 2), 109);
return map;
}