Merge remote-tracking branch 'upstream/DevBranch' into rewrite

This commit is contained in:
SenseiKiwi
2013-09-07 05:12:30 -04:00

View File

@@ -213,6 +213,12 @@ public class TileEntityRift extends TileEntity
} }
} }
} }
else
{
this.xOffset=0;
this.yOffset=0;
this.xOffset=0;
}
} }
public void grow(int distance) public void grow(int distance)