mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 22:51:36 +00:00
SERVER: Give spectators some health to avoid game over screen rendering
This commit is contained in:
parent
29f3ca4849
commit
220253d1b9
1 changed files with 1 additions and 0 deletions
|
@ -638,6 +638,7 @@ void() SpectatorSpawn =
|
|||
spawnpoint = find(world, classname, "info_player_start");
|
||||
|
||||
self.isspec = TRUE;
|
||||
self.health = 420;
|
||||
self.classname = "spectator";
|
||||
self.solid = SOLID_NOT;
|
||||
setmodel(self, "");
|
||||
|
|
Loading…
Reference in a new issue