Skip to content

Commit

Permalink
kms
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullians authored Oct 5, 2024
1 parent f5323bd commit e92cf0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void warn(Object message, Object... args) {

public static void fatal(Object message, Object... args) {
synchronized (SkyFactionsReborn.class) {
LOGGER.error("\u001B[31m[SkyFactionsReborn] " + message + "\u001B[0m", args);
LOGGER.error(message + "\u001B[0m", args);
}
}
}

0 comments on commit e92cf0c

Please sign in to comment.