mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-08 08:35:40 +02:00
decrease this spam debug message
This commit is contained in:
parent
fd5f70f736
commit
f660b29100
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ Lobby* Steam_Matchmaking::get_lobby(CSteamID id)
|
||||||
|
|
||||||
void Steam_Matchmaking::send_lobby_data()
|
void Steam_Matchmaking::send_lobby_data()
|
||||||
{
|
{
|
||||||
PRINT_DEBUG("lobbies %zu", lobbies.size());
|
if (lobbies.size()) {
|
||||||
|
PRINT_DEBUG("lobbies %zu", lobbies.size());
|
||||||
|
}
|
||||||
|
|
||||||
for(auto & l: lobbies) {
|
for(auto & l: lobbies) {
|
||||||
if (get_lobby_member(&l, settings->get_local_steam_id()) && l.owner() == settings->get_local_steam_id().ConvertToUint64() && !l.deleted()) {
|
if (get_lobby_member(&l, settings->get_local_steam_id()) && l.owner() == settings->get_local_steam_id().ConvertToUint64() && !l.deleted()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue