mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
i think this bit was ok and it was a false positive - someone prove me wrong if you think otherwise
This commit is contained in:
@@ -123,7 +123,6 @@ void ReportManager::addReport(Unicode::String const &reportingName, NetworkId co
|
||||
if (((systemTime - iterReportThrottle->second) >= s_throttleTime))
|
||||
{
|
||||
s_reportThrottle.erase(iterReportThrottle);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user