Skip to content

Commit

Permalink
chore: Uncomment commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Awakened-Redstone committed Jul 17, 2024
1 parent 2954b05 commit 9922d3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private void receiveNeighborFluids(World world, BlockPos pos, BlockState state,
Identifier sourceFluidId = Registries.FLUID.getId(world.getFluidState(pos).getFluid());

if (BlockGeneratorLoader.INSTANCE.generate(sourceFluidId, world, pos)) {
//this.playExtinguishSound(world, pos);
this.playExtinguishSound(world, pos);
cir.setReturnValue(false);
}
}
Expand Down

0 comments on commit 9922d3f

Please sign in to comment.