This commit is contained in:
MarcEricMartel
2023-11-24 15:56:58 -05:00
parent 775c8cf26f
commit ea3d2ffc34
3 changed files with 7 additions and 4 deletions

View File

@@ -206,6 +206,7 @@ void Server::Run() {
conn->getPacks(m_sock_udp);
if (conn->m_nsync) {
conn->Run(m_world);
std::cout << "b";
conn->sendPacks(m_sock_udp, m_players);
}
}