mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
fixed the kill command spawn delay
This commit is contained in:
parent
cd8c23ef1b
commit
d640ede2a6
|
@ -375,8 +375,8 @@ void mods_message(int msgtype, int client_id)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
p->last_kill = time_get();
|
p->last_kill = time_get();
|
||||||
p->respawn_tick = server_tick()+server_tickspeed()*3;
|
|
||||||
p->kill_character(); //(client_id, -1);
|
p->kill_character(); //(client_id, -1);
|
||||||
|
p->respawn_tick = server_tick()+server_tickspeed()*3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue