Skip to content

Commit

Permalink
Reset color instead of turning color to white for standalone (GeyserM…
Browse files Browse the repository at this point in the history
…C#759)

Allows non-black-back terminals to see the Geyser log.
  • Loading branch information
Camotoy authored Jun 17, 2020
1 parent 9369b20 commit 6388a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void warning(String message) {

@Override
public void info(String message) {
log.info(printConsole(ChatColor.WHITE + message, colored));
log.info(printConsole(ChatColor.RESET + ChatColor.BOLD + message, colored));
}

@Override
Expand Down

0 comments on commit 6388a91

Please sign in to comment.