Skip to content

Commit

Permalink
nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Mar 14, 2022
1 parent 49ebe2f commit 9340107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/carpettisaddition/utils/MixinUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void audit(@Nullable ServerCommandSource source)
catch (Exception e)
{
CarpetTISAdditionServer.LOGGER.error("Error when auditing mixin", e);
response = Messenger.s(String.format("Mixin environment audited failed (%s), check console for more information", e));
response = Messenger.s(String.format("Mixin environment auditing failed, check console for more information (%s)", e));
}
if (source != null)
{
Expand Down

0 comments on commit 9340107

Please sign in to comment.