sss: remove .ru in gfl

This commit is contained in:
DoganGFL 2018-08-12 23:39:39 +02:00
parent 30fa51246e
commit 4d64b83811

View File

@ -162,7 +162,7 @@ public void OnClientPutInServer(int client)
hNotifyPanel.DrawItem("Slightly Higher General Knockback", ITEMDRAW_RAWLINE);
hNotifyPanel.DrawItem("Default Knife Knockback", ITEMDRAW_RAWLINE);
}
else if (strcmp(g_sCurrentSettings, "GFLclan.ru [default]") == 0)
else if (strcmp(g_sCurrentSettings, "GFLClan [default]") == 0)
{
hNotifyPanel.DrawItem("Normal GFL Settings", ITEMDRAW_RAWLINE);
}
@ -247,7 +247,7 @@ public void GenerateArray()
SetArrayString(g_SettingsList, iRandom, sTemp2);
}
ShiftArrayUp(g_SettingsList, 0);
SetArrayString(g_SettingsList, 0, "GFLclan.ru [default]");
SetArrayString(g_SettingsList, 0, "GFLClan [default]");
}
public bool CheckConditions()
@ -384,7 +384,7 @@ public void Handler_VoteFinishedGeneric(Handle menu, int num_votes, int num_clie
ServerCommand("exec plaguefest");
bNeedRestart = true;
}
/* else if ((strcmp(sWinner, "GFLclan.ru [default]") == 0) && (strcmp(g_sCurrentSettings, "") != 0))
/* else if ((strcmp(sWinner, "GFLClan [default]") == 0) && (strcmp(g_sCurrentSettings, "") != 0))
{
ServerCommand("exec gfl");
}*/