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 253c7c8721
commit 8119ff9f83
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
}
}
}