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