Compare commits

...

1 Commits

Author SHA1 Message Date
fa75478998 fix anticheat detection type logic 2020-10-02 08:09:38 -05:00

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;
}