attempt at fixing sitting in high chairs

This commit is contained in:
Dank074 2020-07-17 19:52:40 -05:00
parent d808ccda9c
commit ddce8ce48d

View File

@ -3570,7 +3570,7 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
HabboItem lowestChair = this.getLowestChair(x, y);
if (lowestChair != null && lowestChair != exclude) {
canStack = true;
height = lowestChair.getZ() + Item.getCurrentHeight(lowestChair);
height = lowestChair.getZ();
}
}
}