diff options
Diffstat (limited to 'src/serverlist.h')
-rw-r--r-- | src/serverlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/serverlist.h b/src/serverlist.h index aa3f1d610..7a7461ebd 100644 --- a/src/serverlist.h +++ b/src/serverlist.h @@ -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 |