eh?
This commit is contained in:
parent
58a1f5437a
commit
59d3060444
@ -272,7 +272,7 @@ void Server::Run() {
|
||||
if (conn->m_nsync) {
|
||||
Timestamp tstamp = conn->Run(m_world);
|
||||
|
||||
if (conn->player->AmIDead() && tstamp) {
|
||||
if (conn->player->AmIDead()) {
|
||||
Chat* chat = new Chat();
|
||||
chat->dest_id = chat->dest_team_id = chat->src_id = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user