1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 05:22:54 +08:00

Move PostImport()

This commit is contained in:
Andrew Hong (홍준원) 2022-07-11 02:20:39 -04:00
parent 10d6027c89
commit 56896e8b41

View File

@ -338,11 +338,11 @@ namespace osu.Game.Database
// import to store
realm.Add(item);
PostImport(item, realm);
transaction.Commit();
}
PostImport(item, realm);
LogForModel(item, @"Import successfully completed!");
}
catch (Exception e)