fix anticheat detection type logic

This commit is contained in:
RaidMax 2020-10-02 08:09:38 -05:00
parent e56f574af4
commit fa75478998

View File

@ -633,7 +633,7 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
try try
{ {
if (detectionTypes[server.EndPoint].Contains(detectionType)) if (!detectionTypes[server.EndPoint].Contains(detectionType))
{ {
return false; return false;
} }