Merge branch '2.3' into 2.4-pr

This commit is contained in:
RaidMax
2019-08-01 19:45:44 -05:00
4 changed files with 30 additions and 17 deletions

View File

@ -100,6 +100,10 @@ namespace IW4MAdmin.Plugins.Stats
await Manager.AddStandardKill(E.Origin, E.Target);
}
else
{
throw new Exception();
}
break;
case GameEvent.EventType.Damage:
if (!E.Owner.CustomCallback && !ShouldIgnoreEvent(E.Origin, E.Target))