Skip to content

Commit

Permalink
tier 7&8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
qawery-just-sad committed May 25, 2020
1 parent ee597f3 commit 49f5324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/nominations.sp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void OnPluginStart()
g_Cvar_ExcludeCurrent = CreateConVar("sm_nominate_excludecurrent", "1", "Specifies if the current map should be excluded from the Nominations list", 0, true, 0.00, true, 1.0);

// KP Surf ConVars
g_Cvar_ServerTier = CreateConVar("sm_server_tier", "1.0", "Specifies the servers tier to only include maps from, for example if you want a tier 1-3 server make it 1.3, a tier 2 only server would be 2.0, etc", 0, true, 1.0, true, 6.0);
g_Cvar_ServerTier = CreateConVar("sm_server_tier", "1.0", "Specifies the servers tier to only include maps from, for example if you want a tier 1-3 server make it 1.3, a tier 2 only server would be 2.0, etc", 0, true, 1.0, true, 8.0);

RegConsoleCmd("sm_nominate", Command_Nominate);

Expand Down

0 comments on commit 49f5324

Please sign in to comment.