mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Fixed north face not being set with non-singleblockpatterns.
This commit is contained in:
parent
09f3364d9f
commit
ea4ee34810
@ -1489,7 +1489,7 @@ public class EditSession {
|
|||||||
for (int x = minX; x <= maxX; ++x) {
|
for (int x = minX; x <= maxX; ++x) {
|
||||||
for (int y = minY; y <= maxY; ++y) {
|
for (int y = minY; y <= maxY; ++y) {
|
||||||
Vector minV = new Vector(x, y, minZ);
|
Vector minV = new Vector(x, y, minZ);
|
||||||
if (setBlock(min, pattern.next(minV))) {
|
if (setBlock(minV, pattern.next(minV))) {
|
||||||
++affected;
|
++affected;
|
||||||
}
|
}
|
||||||
Vector maxV = new Vector(x, y, maxZ);
|
Vector maxV = new Vector(x, y, maxZ);
|
||||||
|
Loading…
Reference in New Issue
Block a user