mirror of
https://github.com/osukey/osukey.git
synced 2025-07-15 07:20:29 +09:00
Only seek to the end on first frame arrival
This commit is contained in:
@ -48,7 +48,6 @@ namespace osu.Game.Screens.Play
|
||||
base.StartGameplay();
|
||||
|
||||
spectatorClient.OnNewFrames += userSentFrames;
|
||||
seekToGameplay();
|
||||
}
|
||||
|
||||
private void userSentFrames(int userId, FrameDataBundle bundle)
|
||||
|
Reference in New Issue
Block a user