mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove temporary code
This commit is contained in:
@ -13,7 +13,6 @@ using osu.Game.Audio;
|
|||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using osu.Game.Online.API;
|
using osu.Game.Online.API;
|
||||||
using osu.Game.Online.API.Requests;
|
|
||||||
using osu.Game.Online.Multiplayer;
|
using osu.Game.Online.Multiplayer;
|
||||||
using osu.Game.Online.Multiplayer.GameTypes;
|
using osu.Game.Online.Multiplayer.GameTypes;
|
||||||
using osu.Game.Rulesets.Mods;
|
using osu.Game.Rulesets.Mods;
|
||||||
@ -212,17 +211,6 @@ namespace osu.Game.Screens.Multi.Match
|
|||||||
|
|
||||||
managerAdded = beatmapManager.ItemAdded.GetBoundCopy();
|
managerAdded = beatmapManager.ItemAdded.GetBoundCopy();
|
||||||
managerAdded.BindValueChanged(beatmapAdded);
|
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)
|
public override bool OnExiting(IScreen next)
|
||||||
|
Reference in New Issue
Block a user