mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Fix nullref in test
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Overlays.AccountCreation
|
|||||||
|
|
||||||
public override void OnEntering(IScreen last)
|
public override void OnEntering(IScreen last)
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(api?.ProvidedUsername) || game.UseDevelopmentServer)
|
if (string.IsNullOrEmpty(api?.ProvidedUsername) || game?.UseDevelopmentServer == true)
|
||||||
{
|
{
|
||||||
this.FadeOut();
|
this.FadeOut();
|
||||||
this.Push(new ScreenEntry());
|
this.Push(new ScreenEntry());
|
||||||
|
Reference in New Issue
Block a user