Skip to content

Commit

Permalink
Update CommandParity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinwasher committed Dec 31, 2023
1 parent 0dc190b commit 56c33c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command
}
} catch (IOException e) {
Stargate.log(e);
Stargate.log(Level.WARNING, "Unable to download modules. It could be that they are not finished yet");
Stargate.log(Level.WARNING, "Unable to download modules. It could be that they are not completed yet");
}
return true;
}
Expand Down

0 comments on commit 56c33c2

Please sign in to comment.