Fix bad formatting in EntityMap

This commit is contained in:
md_5 2020-01-24 13:18:09 +11:00
parent eeb374798b
commit 503b4827d9

View File

@ -255,11 +255,11 @@ public abstract class EntityMap
try
{
new NBTInputStream( new ByteBufInputStream( packet ), false ).readTag();
} catch ( IOException ex )
{
throw new RuntimeException( ex );
}
break;
} catch ( IOException ex )
{
throw new RuntimeException( ex );
}
break;
case 15:
DefinedPacket.readVarInt( packet );
DefinedPacket.readVarInt( packet );