mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Masterserver: report gameid, uptime, cosmetic fixes on server web page
This commit is contained in:
parent
df49b93877
commit
16c11eb4a3
5 changed files with 29 additions and 21 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue