geforkt von Mirrors/FastAsyncWorldEdit
Fix /fawe threads
output
Dieser Commit ist enthalten in:
Ursprung
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()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren