Skip to content

Commit

Permalink
i hate format check so much
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Sep 7, 2023
1 parent 602f07f commit e4baedd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions NorthstarDLL/masterserver/masterserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit e4baedd

Please sign in to comment.