SERVER: Prohibit player crawling during game over

This commit is contained in:
cypress 2023-12-28 11:59:11 -05:00
parent 8004caccfb
commit 3dd3738f29

View file

@ -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);