mirror of
https://github.com/ppy/osu
synced 2025-03-02 01:21:19 +00:00
Remove no longer necessary exception
This commit is contained in:
parent
0d2bc4fc5f
commit
842f033522
@ -44,9 +44,6 @@ namespace osu.Game.Database
|
||||
{
|
||||
get
|
||||
{
|
||||
if (IsDisposed)
|
||||
throw new InvalidOperationException($"Attempted to access {nameof(Context)} on a disposed context factory");
|
||||
|
||||
if (context == null)
|
||||
{
|
||||
context = createContext();
|
||||
|
Loading…
Reference in New Issue
Block a user