mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update all read queries to use direct realm subscriptions/queries
This commit is contained in:
@ -77,7 +77,7 @@ namespace osu.Game.Database
|
||||
|
||||
try
|
||||
{
|
||||
context = getContextForCurrentThread();
|
||||
context = createContext();
|
||||
|
||||
currentWriteTransaction ??= context.BeginWrite();
|
||||
}
|
||||
|
Reference in New Issue
Block a user