spawn.qc remove this hack (for scientist hunt and other team mods)

This commit is contained in:
Xylemon 2023-04-27 01:18:26 -07:00
parent 422e57d3d8
commit c8ac0d596b
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ void info_player_deathmatch(void)
void info_player_team1(void)
{
self.classname = "info_player_deathmatch";
self.solid = SOLID_TRIGGER;
self.botinfo = BOTINFO_SPAWNPOINT;
setsize(self, VEC_HULL_MIN, VEC_HULL_MAX);
setorigin_safe(self, self.origin);
@ -40,7 +40,7 @@ void info_player_team1(void)
void info_player_team2(void)
{
self.classname = "info_player_deathmatch";
self.solid = SOLID_TRIGGER;
self.botinfo = BOTINFO_SPAWNPOINT;
setsize(self, VEC_HULL_MIN, VEC_HULL_MAX);
setorigin_safe(self, self.origin);