Skip to content

Commit

Permalink
Update fabric-transfer-api-v1/src/main/java/net/fabricmc/fabric/api/t…
Browse files Browse the repository at this point in the history
…ransfer/v1/fluid/FluidStorageUtil.java
  • Loading branch information
modmuss50 authored Dec 6, 2023
1 parent 7a67987 commit 06cf7f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private static boolean moveWithSound(Storage<FluidVariant> from, Storage<FluidVa
if (!fill && handItem == Items.POTION) sound = SoundEvents.ITEM_BOTTLE_EMPTY;
}

player.getWorld().playSound(player, player.getX(), player.getEyeY(), player.getZ(), sound, SoundCategory.PLAYERS, 1, 1);
player.getWorld().playSound(null, player.getX(), player.getEyeY(), player.getZ(), sound, SoundCategory.PLAYERS, 1, 1);

return true;
}
Expand Down

0 comments on commit 06cf7f8

Please sign in to comment.