fix anticheat detection type logic

This commit is contained in:
RaidMax 2020-10-02 08:09:38 -05:00
parent c41fc27a1a
commit 04217e96ee

View File

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