add css_aw alias

This commit is contained in:
ShookEagle
2025-08-08 10:06:26 -05:00
parent 5957833e81
commit c5d050c226

View File

@@ -74,6 +74,7 @@ public class AutoWarden(IWardenSelectionService selectionService,
return HookResult.Continue;
}
[ConsoleCommand("css_aw")]
[ConsoleCommand("css_autowarden")]
public void Command_AutoWarden(CCSPlayerController? player, CommandInfo info) {
if (player == null) return;