mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-15 00:43:33 +00:00
Made Polygonal2DRegion(LocalWorld) invoke one of the other constructors.
This commit is contained in:
parent
91bb159a80
commit
2cc0087524
@ -59,12 +59,8 @@ public class Polygonal2DRegion implements Region {
|
||||
* @param world
|
||||
*/
|
||||
public Polygonal2DRegion(LocalWorld world) {
|
||||
points = new ArrayList<BlockVector2D>();
|
||||
minY = 0;
|
||||
maxY = 0;
|
||||
this(world, Collections.<BlockVector2D>emptyList(), 0, 0);
|
||||
hasY = false;
|
||||
this.world = world;
|
||||
recalculate();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user