mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Use @strings
This commit is contained in:
@ -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>();
|
||||||
|
Reference in New Issue
Block a user