Allow Generic Admins Debug Commands

Temporary debugging measure
This commit is contained in:
Kaleb Schmenk
2025-05-10 21:03:03 -04:00
parent 4bf9924ddb
commit 1cddf43798

View File

@@ -31,7 +31,8 @@ public class DebugCommand(IServiceProvider serviceProvider) : IPluginBehavior {
commands.Add("color", new DebugColor(serviceProvider));
}
[RequiresPermissions("@css/root")]
//[RequiresPermissions("@css/root")]
[RequiresPermissions("@css/generic")]
[ConsoleCommand("css_debug", "Debug command for Jailbreak.")]
public void Command_Debug(CCSPlayerController? executor, CommandInfo info) {
if (executor == null) return;