Skip to content

Commit 8d5a091

Browse files
Update surf-chat-bukkit/src/main/kotlin/dev/slne/surf/chat/bukkit/command/denylist/action/DenylistActionClearCommand.kt
Co-authored-by: Copilot <[email protected]>
1 parent 38c7453 commit 8d5a091

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/action/DenylistActionClearCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fun CommandAPICommand.denylistActionClearCommand() = subcommand("clear") {
3939
}
4040

4141
plugin.launch {
42-
denylistService.clearEntries()
42+
denylistActionService.clearActions()
4343
executor.sendText {
4444
appendPrefix()
4545
success("Die Denylist Aktionen wurde geleert.")

0 commit comments

Comments
 (0)