mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 16:03:21 +08:00
Add one more lock to appease CI
This commit is contained in:
@@ -880,8 +880,11 @@ namespace osu.Game.Database
|
||||
|
||||
try
|
||||
{
|
||||
foreach (var action in notificationsResetMap.Values)
|
||||
action();
|
||||
lock (notificationsResetMap)
|
||||
{
|
||||
foreach (var action in notificationsResetMap.Values)
|
||||
action();
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user