Small bug fix in addToPacket

This commit is contained in:
WiredSpast 2022-02-10 23:49:52 +01:00
parent 54414dda2c
commit 09cede554d

View File

@ -128,7 +128,7 @@ public class HNavigatorRoom {
}
packet.appendInt(multiUse);
packet.appendObjects(objectsToAppend);
packet.appendObjects(objectsToAppend.toArray(new Object[] {}));
}
public int getFlatId() {