mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
Allow Generic Admins Debug Commands
Temporary debugging measure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user