Merge pull request #98 from mxve/patch-1
Replace plutools.pw with getserve.rs
This commit is contained in:
commit
cf4ae75cfa
@ -384,7 +384,7 @@ namespace Components
|
||||
|
||||
Toast::Show("cardicon_headshot", "Server Browser", "Fetching servers...", 3000);
|
||||
|
||||
const auto url = std::format("http://iw4x.plutools.pw/v1/servers/iw4x?protocol={}", PROTOCOL);
|
||||
const auto url = std::format("http://iw4x.getserve.rs/v1/servers/iw4x?protocol={}", PROTOCOL);
|
||||
const auto reply = Utils::WebIO("IW4x", url).setTimeout(5000)->get();
|
||||
if (reply.empty())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user