EgorBron / SocketSaber

Library and mod that allows you to open localhost TCP socket with lots of your current Beat Saber activity. Also works ingame withount sockets.
MIT License
2 stars 0 forks source link

Multiple level ending patch calls after exiting ScoreSaber replays #2

Closed EgorBron closed 2 years ago

EgorBron commented 2 years ago

When ScoreSaber replay ends (or viewer quits from it), StandardLevelScenesTransitionSetupDataSO.Finish calls several times. This issue appears only with ScoreSaber replays, not with normal levels.

EgorBron commented 2 years ago

It maybe solves by checking time passed after before previous StandardLevelScenesTransitionSetupDataSO.Finish calls (if lesser than 1 second, prevent any other calls)