mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 09:17:39 +00:00
parent
b57c472b86
commit
236e3c3f6f
@ -2767,7 +2767,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
|||||||
newVset = this.getHollowed(newVset);
|
newVset = this.getHollowed(newVset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return setBlocks(newVset, pattern);
|
return this.changes += setBlocks(newVset, pattern);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -2840,7 +2840,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
|||||||
if (!filled) {
|
if (!filled) {
|
||||||
vset = getHollowed(vset);
|
vset = getHollowed(vset);
|
||||||
}
|
}
|
||||||
return setBlocks(vset, pattern);
|
return this.changes += setBlocks(vset, pattern);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -2892,7 +2892,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
|||||||
if (!filled) {
|
if (!filled) {
|
||||||
newVset = this.getHollowed(newVset);
|
newVset = this.getHollowed(newVset);
|
||||||
}
|
}
|
||||||
return setBlocks(newVset, pattern);
|
return this.changes += setBlocks(newVset, pattern);
|
||||||
}
|
}
|
||||||
return changes;
|
return changes;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user