diff options
author | proller <proller@github.com> | 2013-03-30 02:03:24 +0400 |
---|---|---|
committer | proller <proller@github.com> | 2013-03-30 02:03:24 +0400 |
commit | 16c11eb4a3bb46a388c645b7db738762e444cde8 (patch) | |
tree | 684795401e8837f03b3b6f7573c861cc8de6aac8 /src/serverlist.h | |
parent | df49b93877b40551111be6ef5ecfe4629787ab75 (diff) | |
download | minetest-16c11eb4a3bb46a388c645b7db738762e444cde8.tar.gz minetest-16c11eb4a3bb46a388c645b7db738762e444cde8.tar.bz2 minetest-16c11eb4a3bb46a388c645b7db738762e444cde8.zip |
Masterserver: report gameid, uptime, cosmetic fixes on server web page
Diffstat (limited to 'src/serverlist.h')
-rw-r--r-- | src/serverlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverlist.h b/src/serverlist.h index e81e64c5b..d01415c50 100644 --- a/src/serverlist.h +++ b/src/serverlist.h @@ -39,7 +39,7 @@ namespace ServerList std::vector<ServerListSpec> deSerializeJson(std::string liststring); std::string serializeJson(std::vector<ServerListSpec>); #if USE_CURL - void sendAnnounce(std::string action = "", u16 clients = 0); + void sendAnnounce(std::string action = "", u16 clients = 0, double uptime = 0, std::string gameid = ""); #endif } //ServerList namespace |