Skip to content

Commit

Permalink
ah yes, alignment using mixed tabs and spaces, thanks format check
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Sep 7, 2023
1 parent e4baedd commit 5010146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NorthstarDLL/masterserver/masterserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ 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();
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 5010146

Please sign in to comment.