mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Masterserver: report gameid, uptime, cosmetic fixes on server web page
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user