[Node] Fix typo in node url

This commit is contained in:
momo5502 2016-11-15 16:44:57 +01:00
parent d4e78a09a5
commit a70c26d697

View File

@ -10,7 +10,7 @@ namespace Components
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;
auto nodeList = Utils::String::Explode(nodes, '\n');