mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Fix typo
This commit is contained in:
parent
6818ebdaff
commit
39b356880e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user