mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
Fix /fawe threads
output
This commit is contained in:
parent
64a0a1d8e3
commit
ae647dadfb
@ -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()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user