fix anticheat detection type logic
This commit is contained in:
parent
c41fc27a1a
commit
04217e96ee
@ -633,7 +633,7 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
|
||||
|
||||
try
|
||||
{
|
||||
if (detectionTypes[server.EndPoint].Contains(detectionType))
|
||||
if (!detectionTypes[server.EndPoint].Contains(detectionType))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user