Skip to content

Commit

Permalink
add !autoreset as alias for !autorestart
Browse files Browse the repository at this point in the history
  • Loading branch information
rtldg committed Sep 15, 2022
1 parent e3aab46 commit fdbbc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sourcemod/scripting/shavit-misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ public void OnPluginStart()

// qol
RegConsoleCmd("sm_autorestart", Command_AutoRestart, "Toggles auto-restart.");
RegConsoleCmd("sm_autoreset", Command_AutoRestart, "Toggles auto-restart.");
gH_AutoRestartCookie = RegClientCookie("shavit_autorestart", "Auto-restart settings", CookieAccess_Protected);

AddCommandListener(CommandListener_Noclip, "+noclip");
Expand Down

0 comments on commit fdbbc11

Please sign in to comment.