mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +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.appendObjects(objectsToAppend);
|
||||
packet.appendObjects(objectsToAppend.toArray(new Object[] {}));
|
||||
}
|
||||
|
||||
public int getFlatId() {
|
||||
|
Loading…
Reference in New Issue
Block a user