mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09: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