Skip to content

Commit

Permalink
Remove unused ConVar
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Nov 9, 2021
1 parent f0579bf commit 26e1c9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripting/retakes-vip-queue.sp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#define MESSAGE_PREFIX "[\x04Retakes\x01]"

ConVar retakesMaxPlayers;

public Plugin myinfo =
{
name = "[Retakes] VIP Queue",
Expand All @@ -22,11 +20,6 @@ public void OnPluginStart()
LoadTranslations("retakes-vip-queue.phrases");
}

public void OnAllPluginsLoaded()
{
retakesMaxPlayers = FindConVar("sm_retakes_maxplayers");
}

public void Retakes_OnPreRoundEnqueue(ArrayList rankingQueue, ArrayList waitingQueue)
{
int vip;
Expand Down

0 comments on commit 26e1c9b

Please sign in to comment.