We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5d35d commit 346a8d3Copy full SHA for 346a8d3
1 file changed
src/main/java/dev/plex/command/ObliterateCommand.java
@@ -85,7 +85,7 @@ protected Component execute(@NotNull CommandSender commandSender, @Nullable Play
85
);
86
87
module.api().scheduler().runEntityLater(target, () ->
88
- ChatFilterModule.getApi().punishments().punish(plexPlayer, request), 38);
+ module.api().punishments().punish(plexPlayer, request), 38);
89
90
broadcast(messageComponent("targetPermBanned", commandSender, target)), 38);
91
0 commit comments