maint: add fs_basegame to getInfo #2
@ -421,6 +421,7 @@ namespace party
|
||||
info.set("sv_maxclients", std::to_string(*game::mp::svs_clientCount));
|
||||
info.set("protocol", std::to_string(PROTOCOL));
|
||||
info.set("shortversion", SHORTVERSION);
|
||||
info.set("fs_basegame", dvars::get_string("fs_basegame"));
|
||||
|
||||
network::send(target, "infoResponse", info.build(), '\n');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user