forked from UNLOZE/sm-plugins
Switch panel priorities between FunMode and FNF
This commit is contained in:
@@ -188,11 +188,6 @@ public void OnClientPutInServer(int client)
|
||||
if (g_bInWarmup)
|
||||
return;
|
||||
|
||||
MenuSource iOpenMenu = GetClientMenu(client);
|
||||
|
||||
if (iOpenMenu != MenuSource_None && iOpenMenu == MenuSource_RawPanel) //probably failnadefriday
|
||||
return;
|
||||
|
||||
Panel hNotifyPanel = new Panel(GetMenuStyleHandle(MenuStyle_Radio));
|
||||
hNotifyPanel.DrawItem("Freezenades vs. Throwing Knives Mode is enabled on this map.", ITEMDRAW_RAWLINE);
|
||||
hNotifyPanel.DrawItem("", ITEMDRAW_SPACER);
|
||||
|
||||
Reference in New Issue
Block a user