mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix typo
This commit is contained in:
@ -180,7 +180,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
try
|
||||
{
|
||||
// will fail if the database isn't in a sane EF-migradted state.
|
||||
// will fail if the database isn't in a sane EF-migrated state.
|
||||
Database.ExecuteSqlCommand("SELECT MetadataID FROM BeatmapSetInfo LIMIT 1");
|
||||
}
|
||||
catch
|
||||
|
Reference in New Issue
Block a user