mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -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