Skip to content

Commit

Permalink
Update ResearchCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Nov 5, 2024
1 parent 77e06bd commit 0471845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void onExecute(CommandSender sender, String[] args) {
return;
}

if (args.length < 4) {
if (args.length < 3) {
Slimefun.getLocalization()
.sendMessage(
sender,
Expand Down

0 comments on commit 0471845

Please sign in to comment.