Use @strings

This commit is contained in:
Drew DeVault
2016-10-04 14:23:34 -04:00
parent f6b6446a9c
commit e8de245032

View File

@ -12,7 +12,7 @@ namespace osu.Game.Database
{ {
if (Connection == null) if (Connection == null)
{ {
Connection = storage.GetDb("beatmaps"); Connection = storage.GetDatabase(@"beatmaps");
Connection.CreateTable<BeatmapMetadata>(); Connection.CreateTable<BeatmapMetadata>();
Connection.CreateTable<BeatmapSet>(); Connection.CreateTable<BeatmapSet>();
Connection.CreateTable<Beatmap>(); Connection.CreateTable<Beatmap>();