[Node] Fuck, that typo is stronger than me

This commit is contained in:
momo5502 2016-11-15 16:45:49 +01:00
parent a70c26d697
commit 3a773df44b

View File

@ -10,7 +10,7 @@ namespace Components
void Node::LoadNodeRemotePreset()
{
std::string nodes = Utils::WebIO("IW4x", "https://iw4xcachep26muba.onion.to/iw4/nodsx.txt").SetTimeout(5000)->Get();
std::string nodes = Utils::WebIO("IW4x", "https://iw4xcachep26muba.onion.to/iw4/nodes.txt").SetTimeout(5000)->Get();
if (nodes.empty()) return;
auto nodeList = Utils::String::Explode(nodes, '\n');