diff --git a/src/openrct2/network/NetworkConnection.h b/src/openrct2/network/NetworkConnection.h index bdfb8697cd..77000bf04e 100644 --- a/src/openrct2/network/NetworkConnection.h +++ b/src/openrct2/network/NetworkConnection.h @@ -45,7 +45,7 @@ public: void QueuePacket(const NetworkPacket& packet, bool front = false) { auto copy = packet; - return QueuePacket(std::move(copy)); + return QueuePacket(std::move(copy), front); } void SendQueuedPackets();