Skip to content

Commit 63e85c7

Browse files
committed
Renamed
1 parent 540256a commit 63e85c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pro/cloudnode/smp/cloudnodemsg/command/ToggleMessageCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public boolean run(@NotNull CommandSender sender, @NotNull String label, @NotNul
4040
}
4141

4242
@Override
43-
public @Nullable List<String> onTabComplete(@NotNull CommandSender commandSender, org.bukkit.command.@NotNull Command command, @NotNull String s, @NotNull String[] strings) {
43+
public @Nullable List<String> onTabComplete(@NotNull CommandSender sender, org.bukkit.command.@NotNull Command command, @NotNull String s, @NotNull String[] strings) {
4444
return null;
4545
}
4646
}

0 commit comments

Comments
 (0)