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

Added unban "penalty"

permbans ->MaxValue for consistency
Existing alias needs to be FirstOrDefault
This commit is contained in:
RaidMax
2018-02-17 00:13:38 -06:00
parent 0752013fdf
commit 224ba2b334
8 changed files with 43 additions and 11 deletions

View File

@ -13,6 +13,7 @@ namespace SharedLibrary.Objects
Kick,
TempBan,
Ban,
Unban,
Any,
}