Renamed translation file with deprecated naming scheme.
--HG-- rename : translations/plugin.playercommands.txt => translations/playercommands.phrases.txt
This commit is contained in:
parent
ffd8ff099a
commit
6530f47b2d
@ -56,7 +56,7 @@ new Handle:hTopMenu = INVALID_HANDLE;
|
||||
public OnPluginStart()
|
||||
{
|
||||
LoadTranslations("common.phrases");
|
||||
LoadTranslations("plugin.playercommands");
|
||||
LoadTranslations("playercommands.phrases");
|
||||
|
||||
RegAdminCmd("sm_slap", Command_Slap, ADMFLAG_SLAY, "sm_slap <#userid|name> [damage]");
|
||||
RegAdminCmd("sm_slay", Command_Slay, ADMFLAG_SLAY, "sm_slay <#userid|name>");
|
||||
|
Loading…
Reference in New Issue
Block a user