From e4baedd51ae155963f0e9855224335ef29504418 Mon Sep 17 00:00:00 2001 From: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:56:03 +0100 Subject: [PATCH] i hate format check so much --- NorthstarDLL/masterserver/masterserver.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NorthstarDLL/masterserver/masterserver.cpp b/NorthstarDLL/masterserver/masterserver.cpp index 9f0631804..c1ea2bc10 100644 --- a/NorthstarDLL/masterserver/masterserver.cpp +++ b/NorthstarDLL/masterserver/masterserver.cpp @@ -1191,9 +1191,8 @@ void MasterServerPresenceReporter::InternalAddServer(const ServerPresence* pServ // don't log errors if we wouldn't actually show up in the server list anyway (stop tickets) // except for dedis, for which this error logging is actually pretty important - bool shouldLogError = !strstr(pServerPresence->m_MapName, "mp_lobby") - && strstr(pServerPresence->m_PlaylistName, "private_match") - && !IsDedicatedServer(); + bool shouldLogError = !strstr(pServerPresence->m_MapName, "mp_lobby") && + strstr(pServerPresence->m_PlaylistName, "private_match") && !IsDedicatedServer(); curl_mime_data(part, modInfo.c_str(), modInfo.size()); curl_mime_name(part, "modinfo");