mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
s/AddBeatmap/ImportBeatmap/g
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Database
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AddBeatmap(string path)
|
public void ImportBeatmap(string path)
|
||||||
{
|
{
|
||||||
string hash = null;
|
string hash = null;
|
||||||
var reader = ArchiveReader.GetReader(storage, path);
|
var reader = ArchiveReader.GetReader(storage, path);
|
||||||
|
@ -74,7 +74,7 @@ namespace osu.Game
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Beatmaps.AddBeatmap(message.Path);
|
Beatmaps.ImportBeatmap(message.Path);
|
||||||
// TODO: Switch to beatmap list and select the new song
|
// TODO: Switch to beatmap list and select the new song
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
Reference in New Issue
Block a user