Skip to content

Commit 346a8d3

Browse files
committed
Whoops
1 parent 3d5d35d commit 346a8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/plex/command/ObliterateCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected Component execute(@NotNull CommandSender commandSender, @Nullable Play
8585
);
8686

8787
module.api().scheduler().runEntityLater(target, () ->
88-
ChatFilterModule.getApi().punishments().punish(plexPlayer, request), 38);
88+
module.api().punishments().punish(plexPlayer, request), 38);
8989
module.api().scheduler().runEntityLater(target, () ->
9090
broadcast(messageComponent("targetPermBanned", commandSender, target)), 38);
9191

0 commit comments

Comments
 (0)