[Node] Fix typo in node url
This commit is contained in:
parent
d4e78a09a5
commit
a70c26d697
@ -10,7 +10,7 @@ namespace Components
|
|||||||
|
|
||||||
void Node::LoadNodeRemotePreset()
|
void Node::LoadNodeRemotePreset()
|
||||||
{
|
{
|
||||||
std::string nodes = Utils::WebIO("IW4x", "https://iw4xcachep26muba.onion.to/iw4/nodex.txt").SetTimeout(5000)->Get();
|
std::string nodes = Utils::WebIO("IW4x", "https://iw4xcachep26muba.onion.to/iw4/nodsx.txt").SetTimeout(5000)->Get();
|
||||||
if (nodes.empty()) return;
|
if (nodes.empty()) return;
|
||||||
|
|
||||||
auto nodeList = Utils::String::Explode(nodes, '\n');
|
auto nodeList = Utils::String::Explode(nodes, '\n');
|
||||||
|
Loading…
Reference in New Issue
Block a user