Various Fixes #127

Merged
SenseiKiwi merged 9 commits from master into master 2014-01-19 06:07:38 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 37a10e5795 - Show all commits

View File

@@ -158,7 +158,7 @@ public abstract class BaseGateway
{ {
return !this.isBiomeSpecific || this.biomeNames.contains(biome.biomeName.toLowerCase()); return !this.isBiomeSpecific || this.biomeNames.contains(biome.biomeName.toLowerCase());
} }
public boolean hasSchematic() public boolean hasSchematic()
{ {
return this.schematicPaths != null && !this.schematicPaths.isEmpty(); return this.schematicPaths != null && !this.schematicPaths.isEmpty();

View File

@@ -15,7 +15,6 @@ public class GatewayBlockFilter extends SchematicFilter {
private Schematic schematic; private Schematic schematic;
private Point3D entranceDoorLocation; private Point3D entranceDoorLocation;
public GatewayBlockFilter(short dimensionalDoorID, short transientDoorID, short warpDoorID) public GatewayBlockFilter(short dimensionalDoorID, short transientDoorID, short warpDoorID)
{ {
super("GatewayEntranceFinder"); super("GatewayEntranceFinder");