Update IPCPacket07ImportWorld.java

This commit is contained in:
LAX1DUDE 2022-07-31 16:49:45 -07:00
parent 8ded64ac3e
commit c18b2c19f0

View File

@ -47,7 +47,7 @@ public class IPCPacket07ImportWorld implements IPCPacketBase {
@Override
public int size() {
return IPCPacketBase.strLen(worldName) + worldData.length + 4;
return IPCPacketBase.strLen(worldName) + worldData.length + 5;
}
}