mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Remove temporary code
This commit is contained in:
parent
13622eff1f
commit
22f4e9012c
@ -13,7 +13,6 @@ using osu.Game.Audio;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Online.API;
|
||||
using osu.Game.Online.API.Requests;
|
||||
using osu.Game.Online.Multiplayer;
|
||||
using osu.Game.Online.Multiplayer.GameTypes;
|
||||
using osu.Game.Rulesets.Mods;
|
||||
@ -212,17 +211,6 @@ namespace osu.Game.Screens.Multi.Match
|
||||
|
||||
managerAdded = beatmapManager.ItemAdded.GetBoundCopy();
|
||||
managerAdded.BindValueChanged(beatmapAdded);
|
||||
|
||||
if (roomId.Value != null)
|
||||
{
|
||||
var req = new GetRoomPlaylistScoresRequest(roomId.Value.Value, playlist[0].ID);
|
||||
|
||||
req.Success += scores =>
|
||||
{
|
||||
};
|
||||
|
||||
api.Queue(req);
|
||||
}
|
||||
}
|
||||
|
||||
public override bool OnExiting(IScreen next)
|
||||
|
Loading…
Reference in New Issue
Block a user