Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oqyh authored Oct 22, 2024
1 parent 7c04cc9 commit 2e1e3df
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Game-Manager-GoldKingZ.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<uint, bool> Collector = new Dictionary<uint, bool>();
public override void Load(bool hotReload)
{
Configs.Load(ModuleDirectory);
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2e1e3df

Please sign in to comment.