Minor Change

Removed empty line
This commit is contained in:
SenseiKiwi 2013-12-31 15:13:29 -04:00
parent f779915279
commit 63879b1851

View file

@ -297,7 +297,6 @@ public class DungeonSchematic extends Schematic {
private static void createExitDoorLink(World world, NewDimData dimension, Point3D point, Point3D entrance, int rotation, Point3D pocketCenter)
{
//Transform the door's location to the pocket coordinate system
Point3D location = point.clone();
BlockRotator.transformPoint(location, entrance, rotation, pocketCenter);