Fix bad formatting in EntityMap
This commit is contained in:
parent
eeb374798b
commit
503b4827d9
@ -255,11 +255,11 @@ public abstract class EntityMap
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
new NBTInputStream( new ByteBufInputStream( packet ), false ).readTag();
|
new NBTInputStream( new ByteBufInputStream( packet ), false ).readTag();
|
||||||
} catch ( IOException ex )
|
} catch ( IOException ex )
|
||||||
{
|
{
|
||||||
throw new RuntimeException( ex );
|
throw new RuntimeException( ex );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 15:
|
case 15:
|
||||||
DefinedPacket.readVarInt( packet );
|
DefinedPacket.readVarInt( packet );
|
||||||
DefinedPacket.readVarInt( packet );
|
DefinedPacket.readVarInt( packet );
|
||||||
|
Loading…
Reference in New Issue
Block a user