Update from sk89q/master

This commit is contained in:
Jesse Boyd
2018-09-25 15:35:21 +10:00
14 changed files with 47 additions and 29 deletions

View File

@ -1522,6 +1522,7 @@ public class EditSession extends AbstractDelegateExtent implements HasFaweQueue,
public boolean canBypassAll(Region region, boolean get, boolean set) {
if (wrapped) return false;
if (history != null) return false;
FaweRegionExtent regionExtent = getRegionExtent();
if (!(region instanceof CuboidRegion)) return false;
if (regionExtent != null) {