decrease this spam debug message

This commit is contained in:
otavepto 2024-05-06 21:16:45 +03:00
parent fd5f70f736
commit f660b29100

View File

@ -57,7 +57,9 @@ Lobby* Steam_Matchmaking::get_lobby(CSteamID id)
void Steam_Matchmaking::send_lobby_data()
{
if (lobbies.size()) {
PRINT_DEBUG("lobbies %zu", lobbies.size());
}
for(auto & l: lobbies) {
if (get_lobby_member(&l, settings->get_local_steam_id()) && l.owner() == settings->get_local_steam_id().ConvertToUint64() && !l.deleted()) {