mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Don't trigger notification when user quit
This commit is contained in:
parent
bfde334e77
commit
ec03dc16db
@ -520,7 +520,8 @@ namespace osu.Game.Screens.Play
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Logger.Error(e, "Could not load beatmap successfully!");
|
if (this.IsCurrentScreen())
|
||||||
|
Logger.Error(e, "Could not load beatmap successfully!");
|
||||||
//couldn't load, hard abort!
|
//couldn't load, hard abort!
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user