mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 04:44:04 +02:00
Removed empty unused method!
This commit is contained in:
parent
eac5d33d60
commit
423fb5e6b3
1 changed files with 0 additions and 4 deletions
|
@ -86,10 +86,6 @@ public class ClaimCommand extends SimpleCommand {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void chunksInv(Player player) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public @Nullable List<String> onTabComplete(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) {
|
public @Nullable List<String> onTabComplete(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) {
|
||||||
return List.of();
|
return List.of();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue