Skip to content
Snippets Groups Projects
Commit 78f7f9ec authored by proller's avatar proller
Browse files

Fix wrong named masterserver announce variable

parent c62bab01
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ void sendAnnounce(std::string action, const std::vector<std::string> & clients_n
actionstream << "announcing to " << g_settings->get("serverlist_url") << std::endl;
} else {
if (lag)
server["step"] = lag;
server["lag"] = lag;
}
Json::FastWriter writer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment