mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-07-05 19:38:44 -05:00
Added unban "penalty"
permbans ->MaxValue for consistency Existing alias needs to be FirstOrDefault
This commit is contained in:
@ -132,7 +132,8 @@
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.penalties-color-kick {
|
||||
.penalties-color-kick,
|
||||
.penalties-color-unban {
|
||||
color: rgba(116, 147, 99, 1);
|
||||
}
|
||||
|
||||
@ -207,6 +208,8 @@
|
||||
return "Kicked";
|
||||
case "TempBan":
|
||||
return "Temp Banned";
|
||||
case "Unban":
|
||||
return "Unbanned";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user