Skip to content

Commit 5e11a2d

Browse files
committed
Other parts of the code use this exact tag; refrain from modifying
1 parent a788772 commit 5e11a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worldedit-core/src/main/java/com/fastasyncworldedit/core/history/changeset/ChangeExchangeCoordinator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public Change[] take(Change[] consumed) {
3232
this.started = true;
3333
final int length = consumed.length;
3434
if (FoliaSupport.isFolia()) {
35-
this.runner = new Thread(() -> this.runnerTask.accept(this.exchanger, new Change[length]), "FAWE Un-Redo");
35+
this.runner = new Thread(() -> this.runnerTask.accept(this.exchanger, new Change[length]), "FAWE undo");
3636
this.runner.setDaemon(true);
3737
this.runner.start();
3838
} else {

0 commit comments

Comments
 (0)