Skip to content

Commit 9a2e493

Browse files
feat: adjust denylist action type from PERMANENT_BAN to COMMUNITY_BAN for clarity and consistency
1 parent 890c026 commit 9a2e493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surf-chat-bukkit/src/main/kotlin/dev/slne/surf/chat/bukkit/command/denylist/DenylistImportDefaultCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fun CommandAPICommand.denylistImportDefaultCommand() = subcommand("importdefault
5252
DenylistBatchEntry.builder()
5353
.withReason("Verwenden von Kennzeichen verfassungswidriger und terroristischer Organisationen")
5454
.withStaff("Arty Support")
55-
.withActionType(DenylistActionType.PERMANENT_BAN)
55+
.withActionType(DenylistActionType.COMMUNITY_BAN)
5656
.withPunishReason("Verwenden von Kennzeichen verfassungswidriger und terroristischer Organisationen")
5757
.withWords(
5858
"heil hitler",

0 commit comments

Comments
 (0)