From 97feb98d313ee6b779f2f437ba4465e9c3d3776c Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Wed, 3 Feb 2016 02:11:30 -0600 Subject: [PATCH] i think this bit was ok and it was a false positive - someone prove me wrong if you think otherwise --- .../server/library/serverGame/src/shared/core/ReportManager.cpp | 1 - 1 file changed, 1 deletion(-) 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; } } }