diff --git a/engine/server/library/serverGame/src/shared/core/ReportManager.cpp b/engine/server/library/serverGame/src/shared/core/ReportManager.cpp index 56a474ee..4bac637e 100755 --- a/engine/server/library/serverGame/src/shared/core/ReportManager.cpp +++ b/engine/server/library/serverGame/src/shared/core/ReportManager.cpp @@ -123,7 +123,6 @@ void ReportManager::addReport(Unicode::String const &reportingName, NetworkId co if (((systemTime - iterReportThrottle->second) >= s_throttleTime)) { s_reportThrottle.erase(iterReportThrottle); - break; } } }