From 94184c340ee1409fddd23bd159f6bd1abc7e4214 Mon Sep 17 00:00:00 2001 From: zaCade Date: Tue, 11 Jun 2019 19:19:14 +0200 Subject: [PATCH] Update entWatch-tools.sp --- entWatch4/scripting/entWatch-tools.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } //----------------------------------------------------------------------------------------------------