Merge remote-tracking branch 'upstream/DevBranch' into rewrite
This commit is contained in:
commit
06c90572f1
1 changed files with 6 additions and 0 deletions
|
@ -213,6 +213,12 @@ public class TileEntityRift extends TileEntity
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
this.xOffset=0;
|
||||
this.yOffset=0;
|
||||
this.xOffset=0;
|
||||
}
|
||||
}
|
||||
|
||||
public void grow(int distance)
|
||||
|
|
Loading…
Reference in a new issue