From 2e1e3df1b573075e3244fb20d0f92ec68e0dc076 Mon Sep 17 00:00:00 2001 From: Gold KingZ <48490385+oqyh@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:03:25 +0400 Subject: [PATCH] 2.0.5 --- Game-Manager-GoldKingZ.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Game-Manager-GoldKingZ.cs b/Game-Manager-GoldKingZ.cs index 8b5d443..aecf04e 100644 --- a/Game-Manager-GoldKingZ.cs +++ b/Game-Manager-GoldKingZ.cs @@ -21,7 +21,6 @@ public class GameManagerGoldKingZ : BasePlugin public override string ModuleAuthor => "Gold KingZ"; public override string ModuleDescription => "https://github.com/oqyh"; internal static IStringLocalizer? Stringlocalizer; - public static Dictionary Collector = new Dictionary(); public override void Load(bool hotReload) { Configs.Load(ModuleDirectory); @@ -143,16 +142,6 @@ public override void Load(bool hotReload) } } } - [ConsoleCommand("css_test", "clear clan tags")] - [CommandHelper(whoCanExecute: CommandUsage.CLIENT_AND_SERVER)] - public void GetPluginzzz(CCSPlayerController? player, CommandInfo commandInfo) - { - if(player == null || !player.IsValid)return; - foreach(var test in Collector.Keys) - { - Server.PrintToConsole($"Debug: {test}"); - } - } private void OnMapStart(string Map) { if(Configs.GetConfigData().AutoCleanDropWeaponsMode == 3)