mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 03:18:25 +00:00
add !autoreset as alias for !autorestart
This commit is contained in:
parent
e3aab46e01
commit
fdbbc11d2a
@ -209,6 +209,7 @@ public void OnPluginStart()
|
|||||||
|
|
||||||
// qol
|
// qol
|
||||||
RegConsoleCmd("sm_autorestart", Command_AutoRestart, "Toggles auto-restart.");
|
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);
|
gH_AutoRestartCookie = RegClientCookie("shavit_autorestart", "Auto-restart settings", CookieAccess_Protected);
|
||||||
|
|
||||||
AddCommandListener(CommandListener_Noclip, "+noclip");
|
AddCommandListener(CommandListener_Noclip, "+noclip");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user