add !autoreset as alias for !autorestart

This commit is contained in:
rtldg 2022-09-15 13:15:39 +00:00
parent e3aab46e01
commit fdbbc11d2a

View File

@ -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");