Support Minecraft 1.9.2

This commit is contained in:
Thinkofname
2016-03-30 16:57:54 +01:00
parent 6b4e285186
commit d1a1e87ab5
3 changed files with 7 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ public abstract class EntityMap
return EntityMap_1_8.INSTANCE;
case ProtocolConstants.MINECRAFT_1_9:
case ProtocolConstants.MINECRAFT_1_9_1:
case ProtocolConstants.MINECRAFT_1_9_2:
return EntityMap_1_9.INSTANCE;
}
throw new RuntimeException( "Version " + version + " has no entity map" );