mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Merge branch 'master' into realm-fix-async-write-after-disposal
This commit is contained in:
@ -128,7 +128,7 @@ namespace osu.Game.Database
|
||||
Logger.Log(@$"Opened realm ""{updateRealm.Config.DatabasePath}"" at version {updateRealm.Config.SchemaVersion}");
|
||||
|
||||
// Resubscribe any subscriptions
|
||||
foreach (var action in customSubscriptionsResetMap.Keys)
|
||||
foreach (var action in customSubscriptionsResetMap.Keys.ToArray())
|
||||
registerSubscription(action);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user