You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
player.PrintToChat($"{Localizer["Chat.Prefix"]} Spawn for the {ChatColors.DarkBlue}CT team{ChatColors.Default} has been added. (Total: {ChatColors.Green}{spawnPoints.Count(x =>x.Team==CsTeam.CounterTerrorist)}{ChatColors.Default})");
39
+
RemoveUnusedSpawns();
39
40
OpenEditorMenu(player);
40
41
});
41
42
Menu.AddMenuOption($"Add T Spawn ({tSpawns})",(player,opt)=>
player.PrintToChat($"{Localizer["Chat.Prefix"]} Spawn for the {ChatColors.Orange}T team{ChatColors.Default} has been added. (Total: {ChatColors.Green}{spawnPoints.Count(x =>x.Team==CsTeam.Terrorist)}{ChatColors.Default})");
46
+
RemoveUnusedSpawns();
45
47
OpenEditorMenu(player);
46
48
});
47
49
48
50
Menu.AddMenuOption("Remove the Nearest Spawn",(player,opt)=>
0 commit comments