à tester
This commit is contained in:
@@ -189,7 +189,7 @@ void Server::Run() {
|
||||
sync.ammo = 0;
|
||||
sync.timestamp = 0;
|
||||
sync.timer = m_game.countdown;
|
||||
sendPackTo<Sync>(conn->getSock(), &sync, &m_buf, conn->getAddr());
|
||||
sendPack<Sync>(conn->getSock(), &sync, &m_buf);
|
||||
}
|
||||
|
||||
while (true) {
|
||||
|
Reference in New Issue
Block a user