mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
move the assignment packet
This commit is contained in:
parent
161fcf185c
commit
a489c3558d
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ void NodeList::sendAssignment(Assignment& assignment) {
|
|||
packetStream << assignment;
|
||||
|
||||
// TODO: should this be a non sourced packet?
|
||||
sendPacket(assignmentPacket, _assignmentServerSocket);
|
||||
sendPacket(std::move(assignmentPacket), _assignmentServerSocket);
|
||||
}
|
||||
|
||||
void NodeList::pingPunchForInactiveNode(const SharedNodePointer& node) {
|
||||
|
|
Loading…
Reference in a new issue