mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:33:20 +08:00
Fix up comment
This commit is contained in:
parent
8b1f5ff492
commit
508f73d949
@ -328,7 +328,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
|
|||||||
if (Room == null)
|
if (Room == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Update a few instantaneously properties of the room.
|
// Update a few properties of the room instantaneously.
|
||||||
Schedule(() =>
|
Schedule(() =>
|
||||||
{
|
{
|
||||||
if (Room == null)
|
if (Room == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user