fix anticheat detection type logic
This commit is contained in:
parent
e56f574af4
commit
fa75478998
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user