spawn.qc remove this hack (for scientist hunt and other team mods)
This commit is contained in:
parent
422e57d3d8
commit
c8ac0d596b
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue