Skip to content

Commit 597ff11

Browse files
authored
Fix UI not opening on steam boilers (#3906)
1 parent 0ec3c07 commit 597ff11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/gregtechceu/gtceu/api/machine/steam/SteamBoilerMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public InteractionResult onUse(BlockState state, Level world, BlockPos pos, Play
315315
return InteractionResult.SUCCESS;
316316
}
317317
}
318-
return InteractionResult.sidedSuccess(world.isClientSide);
318+
return IInteractedMachine.super.onUse(state, world, pos, player, hand, hit);
319319
}
320320

321321
//////////////////////////////////////

0 commit comments

Comments
 (0)