Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Properly translate game colors when tailing log file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Dec 3, 2015
1 parent 6e92407 commit 4d19fce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -886,7 +886,7 @@ public String msgChatResponseTokenizer(CommandSender sender, Player targetPlayer
}

public String logTailerTokenizer(String file, String line, String template) {
return plugin.colorConverter.ircColorsToGame(template
return plugin.colorConverter.gameColorsToIrc(template
.replace("%FILE%", file)
.replace("%LINE%", line));
}
Expand Down

0 comments on commit 4d19fce

Please sign in to comment.