mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
Merge branch '2.3' into 2.4-pr
This commit is contained in:
@ -555,6 +555,8 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (Plugin.Config.Configuration().StoreClientKills)
|
if (Plugin.Config.Configuration().StoreClientKills)
|
||||||
|
{
|
||||||
|
lock (_hitCache)
|
||||||
{
|
{
|
||||||
_hitCache.Add(hit);
|
_hitCache.Add(hit);
|
||||||
|
|
||||||
@ -570,6 +572,7 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
|
|||||||
_hitCache.Clear();
|
_hitCache.Clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (Plugin.Config.Configuration().EnableAntiCheat && !attacker.IsBot && attacker.ClientId != victim.ClientId)
|
if (Plugin.Config.Configuration().EnableAntiCheat && !attacker.IsBot && attacker.ClientId != victim.ClientId)
|
||||||
|
Reference in New Issue
Block a user