mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix response value
This commit is contained in:
@ -66,7 +66,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
switch (request)
|
||||
{
|
||||
case GetRoomPlaylistScoresRequest r:
|
||||
r.TriggerSuccess(roomScores);
|
||||
r.TriggerSuccess(new RoomPlaylistScores { Scores = roomScores });
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user