diff --git a/src/client/component/party.cpp b/src/client/component/party.cpp index bc073e6..ade1095 100644 --- a/src/client/component/party.cpp +++ b/src/client/component/party.cpp @@ -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'); });