mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Serverlist: announce mg_name from map_meta.txt instead of minetest.conf
This commit is contained in:
parent
a1e9732407
commit
0adadba218
3 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,7 @@ namespace ServerList
|
|||
const std::vector<std::string> &clients_names = std::vector<std::string>(),
|
||||
const double uptime = 0, const u32 game_time = 0,
|
||||
const float lag = 0, const std::string &gameid = "",
|
||||
const std::string &mg_name = "",
|
||||
const std::vector<ModSpec> &mods = std::vector<ModSpec>());
|
||||
#endif
|
||||
} // ServerList namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue