diff --git a/entWatch4/scripting/entWatch-tools.sp b/entWatch4/scripting/entWatch-tools.sp index a60f0387..5062855b 100644 --- a/entWatch4/scripting/entWatch-tools.sp +++ b/entWatch4/scripting/entWatch-tools.sp @@ -34,7 +34,7 @@ public void OnPluginStart() LoadTranslations("common.phrases"); LoadTranslations("entWatch.tools.phrases"); - RegAdminCmd("sm_etransfer", Command_TransferItem, ADMFLAG_BAN); + RegAdminCmd("sm_etransfer", Command_TransferItem, ADMFLAG_BAN); } //----------------------------------------------------------------------------------------------------