mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
wip
This commit is contained in:
@ -182,7 +182,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
return joinOrLeaveTaskChain.Add(async () =>
|
||||
{
|
||||
await scheduledReset;
|
||||
await LeaveRoomInternal().CatchUnobservedExceptions();
|
||||
await LeaveRoomInternal();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user