mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-12-29 12:37:53 +01:00
Create block pattern (Fixes #810)
This commit is contained in:
parent
12580b52ae
commit
7b8b65c6c2
@ -1729,7 +1729,7 @@ public class EditSession extends AbstractWorld implements HasFaweQueue, Lighting
|
|||||||
// return changes = region.getArea();
|
// return changes = region.getArea();
|
||||||
// }
|
// }
|
||||||
// TODO fast replace
|
// TODO fast replace
|
||||||
return this.replaceBlocks(region, filter, (replacement));
|
return this.replaceBlocks(region, filter, new BlockPattern(replacement));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user