Update IPCPacket07ImportWorld.java
This commit is contained in:
parent
8ded64ac3e
commit
c18b2c19f0
|
@ -47,7 +47,7 @@ public class IPCPacket07ImportWorld implements IPCPacketBase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int size() {
|
public int size() {
|
||||||
return IPCPacketBase.strLen(worldName) + worldData.length + 4;
|
return IPCPacketBase.strLen(worldName) + worldData.length + 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user