mirror of
https://github.com/ppy/osu
synced 2025-03-03 01:49:46 +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
|
get
|
||||||
{
|
{
|
||||||
if (IsDisposed)
|
|
||||||
throw new InvalidOperationException($"Attempted to access {nameof(Context)} on a disposed context factory");
|
|
||||||
|
|
||||||
if (context == null)
|
if (context == null)
|
||||||
{
|
{
|
||||||
context = createContext();
|
context = createContext();
|
||||||
|
Loading…
Reference in New Issue
Block a user