Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 11:00:04 +01:00
Odd sort-of fix for allowing //stack to be undone
Dieser Commit ist enthalten in:
Ursprung
5cc7a09769
Commit
092bf98ea5
@ -1469,7 +1469,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
|||||||
setSourceMask(null);
|
setSourceMask(null);
|
||||||
copy.setSourceMask(mask);
|
copy.setSourceMask(mask);
|
||||||
}
|
}
|
||||||
Operations.completeBlindly(copy);
|
Operations.completeLegacy(copy);
|
||||||
return this.changes = copy.getAffected();
|
return this.changes = copy.getAffected();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren