mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 09:01:41 +00:00
SERVER: Prohibit player crawling during game over
This commit is contained in:
parent
8004caccfb
commit
3dd3738f29
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ void() EndGameSetup =
|
|||
self.animend = SUB_Null;
|
||||
self.perks = 0;
|
||||
self.isspec = true;
|
||||
self.movetype = MOVETYPE_TOSS;
|
||||
|
||||
if (!game_over) {
|
||||
sound(self, CHAN_AUTO, "sounds/music/end.wav", 1, ATTN_NONE);
|
||||
|
|
Loading…
Reference in a new issue