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