mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 20:43:54 +00:00
Made CuboidRegion(world, ...) constructor clamp to world.
This commit is contained in:
@ -64,6 +64,7 @@ public class CuboidRegion extends AbstractRegion implements FlatRegion {
|
||||
super(world);
|
||||
this.pos1 = pos1;
|
||||
this.pos2 = pos2;
|
||||
recalculate();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user