1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

fix anticheat detection type logic

This commit is contained in:
RaidMax
2020-10-02 08:09:38 -05:00
parent 93359c3ecd
commit 156c9ddfd8

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