mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 19:06:07 +00:00
Made CuboidRegion(world, ...) constructor clamp to world.
This commit is contained in:
parent
5cfc05c616
commit
d9ad0014f0
@ -64,6 +64,7 @@ public class CuboidRegion extends AbstractRegion implements FlatRegion {
|
||||
super(world);
|
||||
this.pos1 = pos1;
|
||||
this.pos2 = pos2;
|
||||
recalculate();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user