mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 04:32:35 +08:00
Fix type in inline comment
This commit is contained in:
@@ -421,7 +421,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
{
|
||||
StartPlay();
|
||||
|
||||
// If the current user was host, they started the match and the in-progres operation needs to be stopped now.
|
||||
// If the current user was host, they started the match and the in-progress operation needs to be stopped now.
|
||||
readyClickOperation?.Dispose();
|
||||
readyClickOperation = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user