Skip to content

Commit

Permalink
Address reviews
Browse files Browse the repository at this point in the history
Co-authored-by: _tud <[email protected]>
  • Loading branch information
Pikachu920 and UnderscoreTud authored Jun 30, 2024
1 parent 6c25640 commit b1ff31c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public DefaultConverters() {}
return ((Block) holder).getLocation();
if (holder instanceof BlockState)
return BlockUtils.getLocation(((BlockState) holder).getBlock());
if(holder instanceof DoubleChest) {
if (holder instanceof DoubleChest) {
if (((DoubleChest) holder).getLeftSide() != null)
return BlockUtils.getLocation(((BlockState)((DoubleChest) holder).getLeftSide()).getBlock());
else if (((DoubleChest) holder).getRightSide() != null)
Expand Down

0 comments on commit b1ff31c

Please sign in to comment.