SERVER: Give spectators some health to avoid game over screen rendering

This commit is contained in:
Steam Deck User 2023-01-13 11:46:14 -05:00
parent 29f3ca4849
commit 220253d1b9

View file

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