fix: console hotfix
This commit is contained in:
parent
4a752ef0a2
commit
83ac7632c6
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
|||
2053
|
||||
2054
|
|
@ -105,6 +105,8 @@ public class ConsolePlugin implements Completer {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!bot.loggedIn) continue;
|
||||
|
||||
final Component stylizedMessage = LEGACY.deserialize(line);
|
||||
|
||||
final Component rendered = RENDERER.render(
|
||||
|
|
Loading…
Add table
Reference in a new issue