IDBENOGOOD
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user