mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix wrong named masterserver announce variable
This commit is contained in:
parent
c62bab010f
commit
78f7f9eca8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
actionstream << "announcing to " << g_settings->get("serverlist_url") << std::endl;
|
||||||
} else {
|
} else {
|
||||||
if (lag)
|
if (lag)
|
||||||
server["step"] = lag;
|
server["lag"] = lag;
|
||||||
}
|
}
|
||||||
|
|
||||||
Json::FastWriter writer;
|
Json::FastWriter writer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue