IDBENOGOOD

This commit is contained in:
MarcEricMartel
2023-11-27 13:29:59 -05:00
parent e6b3f2fb1c
commit 6e556b4f84
2 changed files with 3 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ void Server::Run() {
sync.ammo = 0;
sync.timestamp = 0;
sync.timer = m_game.countdown;
sendPack<Sync>(conn->getSock(), &sync, &m_buf);
sendPackTo<Sync>(m_sock_udp, &sync, &m_buf, conn->getAddr());
}
while (!endgame) {