Skip to content

Commit

Permalink
Fix wrong named masterserver announce variable
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Jan 6, 2014
1 parent c62bab0 commit 78f7f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serverlist.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 78f7f9e

Please sign in to comment.