Skip to content

Commit

Permalink
I forgot the another break
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Sep 6, 2024
1 parent 3be2bc2 commit 31552a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void onCommandPreProcess(PlayerCommandPreprocessEvent event) {
if (splitCommand.length == 0) {
if (splitDefaultCommand[1].equals(commandString)) {
possibleCommands.add(defaultCommand.getName());
break;
}
} else {
if (defaultCommand.getName().equals(commandString)) {
Expand Down

0 comments on commit 31552a0

Please sign in to comment.