mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 09:01:41 +00:00
SERVER: Tell client to stop drawing Revive indicator on disconnect
This commit is contained in:
parent
49dbd80fa4
commit
8c362579b7
1 changed files with 5 additions and 0 deletions
|
@ -907,6 +907,11 @@ void() ClientDisconnect =
|
|||
|
||||
GameRestart_ResetPerkaColas();
|
||||
|
||||
if (self.downed) {
|
||||
DisableReviveIcon(self.electro_targeted);
|
||||
revive_index--;
|
||||
}
|
||||
|
||||
#ifdef FTE
|
||||
|
||||
// Network everything
|
||||
|
|
Loading…
Reference in a new issue