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

adjust detection thresholds for recoil and offset

make sure we don't keep adding penalties after first
add "Other" penalty for future plugin use
This commit is contained in:
RaidMax
2019-06-24 16:56:47 -05:00
parent b4c57d3a53
commit cfca00d6c8
4 changed files with 41 additions and 184 deletions

View File

@ -15,7 +15,8 @@ namespace SharedLibraryCore.Database.Models
Ban,
Unban,
Any,
Unflag
Unflag,
Other = 100
}
}
}