Ignore unused method
This commit is contained in:
parent
5a0ffab6c2
commit
a4461dd564
@ -87,6 +87,7 @@ public class CommandHandler {
|
||||
*
|
||||
* @return True if the command was executed, false otherwise.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public boolean onCommand(CommandSender sender, @SuppressWarnings("UnusedParameters") org.bukkit.command.Command bukkitCommand, String bukkitCommandLabel, String[] bukkitArgs) {
|
||||
// Process the arguments
|
||||
List<String> args = processArguments(bukkitArgs);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user