Support Minecraft 1.9.2
This commit is contained in:
@@ -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" );
|
||||
|
Reference in New Issue
Block a user