mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-31 04:12:37 +01:00
Fixed Rotation Bug.
This commit is contained in:
parent
634961e0dd
commit
35eefc87ef
@ -4467,7 +4467,7 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
|
||||
}
|
||||
}
|
||||
//Place at new position
|
||||
double height = this.getStackHeight(tile.x, tile.y, false);
|
||||
double height = this.getStackHeight(tile.x, tile.y, false, item);
|
||||
if(height > 40d) return FurnitureMovementError.CANT_STACK;
|
||||
item.setX(tile.x);
|
||||
item.setY(tile.y);
|
||||
|
Loading…
x
Reference in New Issue
Block a user