Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullians authored Oct 5, 2024
1 parent e92cf0c commit fd7ba46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class SLogger {

public static void info(Object message, Object... args) {
synchronized (SkyFactionsReborn.class) {
LOGGEE.info("\u001B[34m" + message + "\u001B[0m", args);
LOGGER.info("\u001B[34m" + message + "\u001B[0m", args);
}
}

Expand Down

0 comments on commit fd7ba46

Please sign in to comment.