mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:09:53 +08:00
Use @strings
This commit is contained in:
@@ -12,7 +12,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
if (Connection == null)
|
||||
{
|
||||
Connection = storage.GetDb("beatmaps");
|
||||
Connection = storage.GetDatabase(@"beatmaps");
|
||||
Connection.CreateTable<BeatmapMetadata>();
|
||||
Connection.CreateTable<BeatmapSet>();
|
||||
Connection.CreateTable<Beatmap>();
|
||||
|
||||
Reference in New Issue
Block a user