Removed empty unused method!

This commit is contained in:
DaTTV 2025-02-18 19:24:46 +01:00
parent eac5d33d60
commit 423fb5e6b3

View file

@ -86,10 +86,6 @@ public class ClaimCommand extends SimpleCommand {
return false;
}
private void chunksInv(Player player) {
}
@Override
public @Nullable List<String> onTabComplete(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) {
return List.of();