diff --git a/source/gamemodes/prophuntextended/gamemode/sh_init.lua b/source/gamemodes/prophuntextended/gamemode/sh_init.lua index 953025f..9de5f2a 100644 --- a/source/gamemodes/prophuntextended/gamemode/sh_init.lua +++ b/source/gamemodes/prophuntextended/gamemode/sh_init.lua @@ -61,12 +61,13 @@ function GM:CreateTeams() -- Specators team.SetUp(self.Teams.Spectators, "Spectators", Color(127, 127, 127, 255)) team.SetSpawnPoint(self.Teams.Spectators, { + "info_player_start", + "info_player_spawn", "info_player_deathmatch", "info_player_combine", "info_player_counterterrorist", "info_player_allies", - "info_player_terrorist", - "info_player_start" + "info_player_terrorist" }) team.SetClass(self.Teams.Spectators, { "Spectator", "Spectator" })