fix logToConsole
This commit is contained in:
parent
5d6108c74f
commit
a3082fa6d6
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ public class LoggerPlugin extends ChatPlugin.Listener {
|
||||||
final String stringMessage = ComponentUtilities.stringify(component);
|
final String stringMessage = ComponentUtilities.stringify(component);
|
||||||
final String ansiMessage = ComponentUtilities.stringifyAnsi(component);
|
final String ansiMessage = ComponentUtilities.stringifyAnsi(component);
|
||||||
|
|
||||||
log(ansiMessage, false, true);
|
log(ansiMessage, false, logToConsole);
|
||||||
log(stringMessage, true, false);
|
log(stringMessage, true, logToConsole);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue