Skip to content

Commit

Permalink
fixup! wip! wobble
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Jan 7, 2025
1 parent ada5ff9 commit 88a5fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/session/world.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ func (s *Session) playSound(pos mgl64.Vec3, t world.Sound, disableRelative bool)
Volume: 1,
Pitch: 0.7 + 0.5*float32(so.Progress),
})
return
case sound.DecoratedPotInsertFailed:
pk.SoundType = packet.SoundEventDecoratedPotInsertFail
}
Expand Down

0 comments on commit 88a5fff

Please sign in to comment.