made getMinHeight() default, so when it's not implemented it just returns 0

This commit is contained in:
cola98765
2021-12-14 21:40:34 +01:00
parent d6a87c252b
commit 5796b8b814
@@ -145,11 +145,4 @@ public class WorldWrapper implements IWorldWrapper
// TODO this is depreciated, what should we use instead?
return world.getSeaLevel();
}
@Override
public short getMinHeight()
{
return 0;
}
}