Update entWatch-tools.sp

This commit is contained in:
zaCade 2019-06-11 19:19:14 +02:00
parent dd2ef0992a
commit f0a026afce

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