1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Fix up comment

This commit is contained in:
smoogipoo 2020-12-20 18:25:54 +09:00
parent 8b1f5ff492
commit 508f73d949

View File

@ -328,7 +328,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
if (Room == null)
return;
// Update a few instantaneously properties of the room.
// Update a few properties of the room instantaneously.
Schedule(() =>
{
if (Room == null)