Update entWatch-tools.sp

This commit is contained in:
zaCade 2019-06-11 19:19:14 +02:00
parent caa8d81c57
commit 94184c340e

View File

@ -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);
}
//----------------------------------------------------------------------------------------------------