mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 21:02:44 +02: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