1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix small logging issue with loading plugins

add minigun turret to list of ignored ac weapons
This commit is contained in:
RaidMax
2020-11-14 10:53:01 -06:00
parent 057de452e7
commit d9a7aa9ce9
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ namespace Stats.Config
Game.IW4, new Dictionary<DetectionType, string[]>
{
{ DetectionType.Chest, new[] { "m21.+" } },
{ DetectionType.Recoil, new[] { "ranger.*_mp", "model1887.*_mp", ".+shotgun.*_mp" } },
{ DetectionType.Recoil, new[] { "ranger.*_mp", "model1887.*_mp", ".+shotgun.*_mp", "turret_minigun_mp" } },
{ DetectionType.Button, new[] { ".*akimbo.*" } }
}
}