Fix /fawe threads output
This commit is contained in:
@ -169,7 +169,7 @@ public class WorldEditCommands {
|
||||
"--------------------------------------------------------------------------------------------"));
|
||||
actor.printDebug("Thread: " + thread.getName() + " | Id: " + thread.getId() + " | Alive: " + thread.isAlive());
|
||||
for (StackTraceElement elem : entry.getValue()) {
|
||||
actor.printDebug(TranslatableComponent.of(elem.toString()));
|
||||
actor.printDebug(TextComponent.of(elem.toString()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user