add support for changing the default iw4m-admin url through a config file.

This commit is contained in:
INSANEMODE
2020-11-19 02:51:28 -06:00
parent 69a05e00f5
commit 5ea0dd67c9
6 changed files with 3503 additions and 1 deletions

View File

@ -14,6 +14,7 @@ void init()
{
std::cout << "ClanTagRank (1.1) by INSANEMODE\n";
std::cout << "loaded iw4m-admin url from .\\Plugins\\GetClanTag.ini: " << Game::configfile() << '\n';
std::thread rank(Game::clanTagThread);
rank.detach();
}