mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add one more lock to appease CI
This commit is contained in:
@ -879,10 +879,13 @@ namespace osu.Game.Database
|
|||||||
isSendingNotificationResetEvents = true;
|
isSendingNotificationResetEvents = true;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
{
|
||||||
|
lock (notificationsResetMap)
|
||||||
{
|
{
|
||||||
foreach (var action in notificationsResetMap.Values)
|
foreach (var action in notificationsResetMap.Values)
|
||||||
action();
|
action();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
isSendingNotificationResetEvents = false;
|
isSendingNotificationResetEvents = false;
|
||||||
|
Reference in New Issue
Block a user