Skip to content

Commit

Permalink
fixed return value
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 17, 2024
1 parent a0976d1 commit 35054bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
return true;
}
MessageCommand.message(plugin, args, sender, player);
return false;
return true;
}
}

0 comments on commit 35054bc

Please sign in to comment.