Fixed some build warnings. Fixed TimeOut punishment not allowing duration

This commit is contained in:
Kwoth
2022-12-22 21:18:26 +01:00
parent ffcbfe6467
commit 8dca948224
3 changed files with 14 additions and 12 deletions

View File

@@ -457,6 +457,7 @@ public class ProtectionService : INService
case PunishmentAction.ChatMute:
case PunishmentAction.VoiceMute:
case PunishmentAction.AddRole:
case PunishmentAction.TimeOut:
return true;
default:
return false;