projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62bab0
)
Fix wrong named masterserver announce variable
author
proller
<proller@github.com>
Mon, 6 Jan 2014 23:11:18 +0000
(
03:11
+0400)
committer
proller
<proller@github.com>
Mon, 6 Jan 2014 23:11:18 +0000
(
03:11
+0400)
src/serverlist.cpp
patch
|
blob
|
history
diff --git
a/src/serverlist.cpp
b/src/serverlist.cpp
index 2c475cbc0d2aa58f2f00a5385f1465fd4c3d4f62..64511b5b0d9fadf75a806ffd305c39c5e609481a 100644
(file)
--- a/
src/serverlist.cpp
+++ b/
src/serverlist.cpp
@@
-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;