Page MenuHomeFeedback Tracker

ActionEmptyBottleBase sound plays too long
Closed, ResolvedPublic

Description

Inside ActionEmptyBottleBase the RPC to stop playing the soundset should be sent on OnEndAnimationLoop and not OnEndServer or else the sound continues throughout closing the bottle.
So change line 73 from

override void OnEndServer( ActionData action_data )

to

override void OnEndAnimationLoop( ActionData action_data )

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

Arkensor created this task.Aug 7 2023, 11:24 AM
Geez closed this task as Resolved.Aug 7 2023, 11:49 AM
Geez claimed this task.
Geez added a subscriber: Geez.

Hello Arkensor.
This has been resolved internally and will appear in one of the future updates.