Renamed translation file with deprecated naming scheme.

--HG--
rename : translations/plugin.playercommands.txt => translations/playercommands.phrases.txt
This commit is contained in:
David Anderson 2009-02-07 22:32:55 -05:00
parent ffd8ff099a
commit 6530f47b2d
2 changed files with 1 additions and 1 deletions

View File

@ -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>");