SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit f835853605 - Show all commits

View File

@ -310,8 +310,8 @@ void Server::Run() {
conn->sendPacks(m_sock_udp, m_conns, timer);
}
//if (/*(deadplayers == players - 1 && deadplayers != 0) || */timer <= 0)
//endgame = true;
if ((deadplayers == players - 1 && deadplayers != 0) || timer <= 0)
endgame = true;
}
for (auto& bull : netbull)