Send the kart updates with proper token set.
This commit is contained in:
parent
c77522c07f
commit
b26c4fc372
@ -93,7 +93,7 @@ void KartUpdateProtocol::update()
|
||||
"Sending %d's positions %f %f %f",
|
||||
kart->getWorldKartId(), xyz[0], xyz[1], xyz[2]);
|
||||
}
|
||||
broadcastToClients(ns, /*reliable*/false);
|
||||
sendMessageToPeersChangingToken(ns, /*reliable*/false);
|
||||
delete ns;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user