diff --git a/r5dev/networksystem/pylon.cpp b/r5dev/networksystem/pylon.cpp index 7e32d7fd..0cbc5796 100644 --- a/r5dev/networksystem/pylon.cpp +++ b/r5dev/networksystem/pylon.cpp @@ -426,7 +426,6 @@ bool CPylon::CheckForBan(const string& svIpAddress, const uint64_t nNucleusID, s if (!QueryMasterServer(pylon_matchmaking_hostname->GetString(), "/banlist/isBanned", svRequestBody, svResponseBuf, svOutMessage, status)) { - Error(eDLL_T::ENGINE, NO_ERROR, "%s - Failed to query comp-server: %s\n", __FUNCTION__, svOutMessage.c_str()); return false; }