rockthevote_extended: Add translations file

This commit is contained in:
xen
2023-02-15 13:57:05 +02:00
parent e7df77bc8c
commit ec961cfa58
2 changed files with 73 additions and 1 deletions
@@ -75,7 +75,7 @@ bool g_InChange = false;
public void OnPluginStart()
{
LoadTranslations("common.phrases");
LoadTranslations("rockthevote.phrases");
LoadTranslations("rockthevote_extended.phrases");
LoadTranslations("basevotes.phrases");
g_Cvar_Steam_Needed = CreateConVar("sm_rtv_steam_needed", "0.65", "Percentage of Steam players added to rockthevote calculation (Def 65%)", 0, true, 0.05, true, 1.0);