Fixed gateway crashes
This commit is contained in:
@@ -56,8 +56,8 @@ public abstract class BaseGateway
|
|||||||
DungeonSchematic schematic = this.getSchematicToBuild(world, x, y, z);
|
DungeonSchematic schematic = this.getSchematicToBuild(world, x, y, z);
|
||||||
|
|
||||||
//apply filters
|
//apply filters
|
||||||
schematic.applyImportFilters(properties);
|
|
||||||
schematic.applyFilter(filter);
|
schematic.applyFilter(filter);
|
||||||
|
schematic.applyImportFilters(properties);
|
||||||
|
|
||||||
Point3D doorLocation = filter.getEntranceDoorLocation();
|
Point3D doorLocation = filter.getEntranceDoorLocation();
|
||||||
orientation = filter.getEntranceOrientation();
|
orientation = filter.getEntranceOrientation();
|
||||||
|
|||||||
Reference in New Issue
Block a user