Chamone
This commit is contained in:
parent
64b40023aa
commit
f835853605
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user