Skip to content

Commit 3eafebe

Browse files
committed
fix double space
1 parent 157f161 commit 3eafebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/dfonline/codeclient/dev/menu/DevInventory/DevInventoryGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public int getDisplayX(int originX) {
244244

245245
public int getDisplayY(int originY, int menuHeight) {
246246
int multiplier = TAB_HEIGHT * (isTopHalf() ? -1 : 1);
247-
int y = originY + (isTopHalf() ? (TAB_HEIGHT * -1 - 4) + (getRow() * multiplier) : menuHeight);
247+
int y = originY + (isTopHalf() ? (TAB_HEIGHT * -1 - 4) + (getRow() * multiplier) : menuHeight);
248248
return y;
249249
}
250250

0 commit comments

Comments
 (0)