mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-29 05:26:19 +01:00
Properly translate game colors when tailing log file. #10
This commit is contained in:
parent
72a0d9dace
commit
5fab8c3dc9
@ -886,7 +886,7 @@ public class ChatTokenizer {
|
||||
}
|
||||
|
||||
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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user