diff --git a/scripting/gloves.sp b/scripting/gloves.sp index 58b2af1..2b30af7 100644 --- a/scripting/gloves.sp +++ b/scripting/gloves.sp @@ -58,6 +58,7 @@ public void OnPluginStart() { AutoExecConfig(true, "gloves"); RegConsoleCmd("sm_glove", CommandGlove); + RegConsoleCmd("sm_gloves", CommandGlove); HookEvent("player_spawn", Event_PlayerSpawn, EventHookMode_Pre);