Preserve permitNulls

This commit is contained in:
recapitalverb
2020-02-14 20:59:51 +07:00
parent 10798aeab3
commit c46d828716
5 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Overlays.AccountCreation
private OsuTextFlowContainer multiAccountExplanationText;
private LinkFlowContainer furtherAssistance;
[Resolved]
[Resolved(CanBeNull = true)]
private IAPIProvider api { get; set; }
private const string help_centre_url = "/help/wiki/Help_Centre#login";