mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-02-17 03:32:36 +01:00
Small bug fix in addToPacket
This commit is contained in:
parent
54414dda2c
commit
09cede554d
@ -128,7 +128,7 @@ public class HNavigatorRoom {
|
|||||||
}
|
}
|
||||||
|
|
||||||
packet.appendInt(multiUse);
|
packet.appendInt(multiUse);
|
||||||
packet.appendObjects(objectsToAppend);
|
packet.appendObjects(objectsToAppend.toArray(new Object[] {}));
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getFlatId() {
|
public int getFlatId() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user