mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 21:56:33 +01:00
Fixes #446
This commit is contained in:
parent
61892c50dc
commit
2a3f92ad18
@ -308,7 +308,7 @@ public class EditSession extends AbstractWorld implements HasFaweQueue, Lighting
|
|||||||
if (this.blockBag != null && limit.INVENTORY_MODE > 0) {
|
if (this.blockBag != null && limit.INVENTORY_MODE > 0) {
|
||||||
changeSet = new BlockBagChangeSet(changeSet, blockBag, limit.INVENTORY_MODE == 1);
|
changeSet = new BlockBagChangeSet(changeSet, blockBag, limit.INVENTORY_MODE == 1);
|
||||||
}
|
}
|
||||||
if (combineStages) {
|
if (combineStages && limit.FAST_PLACEMENT) {
|
||||||
changeTask = changeSet;
|
changeTask = changeSet;
|
||||||
changeSet.addChangeTask(queue);
|
changeSet.addChangeTask(queue);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user