Two fixes, one commit

To kill two birds with one stone, I've done two fixes in this commit.
- Fixes issue that caused quiet warns to behave improperly (e.g. the warnings wouldn't increment if quiet)
- Added WARN to the PunishmentType list.
This commit is contained in:
Video
2021-06-16 17:29:57 -06:00
parent 06025b2e69
commit 3027e2a18c
3 changed files with 29 additions and 17 deletions

View File

@ -7,5 +7,6 @@ public enum PunishmentType
KICK,
TEMPBAN,
BAN,
DOOM
DOOM,
WARN
}