1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 13:28:17 +08:00

Use @strings

This commit is contained in:
Drew DeVault
2016-10-04 14:23:34 -04:00
Unverified
parent f6b6446a9c
commit e8de245032
+1 -1
View File
@@ -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>();