à tester

This commit is contained in:
MarcEricMartel
2023-10-27 15:44:33 -04:00
parent f0bf7d94ce
commit e2e66f3b6c
2 changed files with 46 additions and 36 deletions

View File

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