forked from Mirrorlandia_minetest/minetest
Fix wrong named masterserver announce variable
This commit is contained in:
parent
c62bab010f
commit
78f7f9eca8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user