Send the kart updates with proper token set.

This commit is contained in:
hiker 2016-03-01 17:12:04 +11:00
parent c77522c07f
commit b26c4fc372

View File

@ -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