Fix a major OOBE bug.

And to think I was going to quit development because of this.
This commit is contained in:
Michael 2017-05-01 15:08:36 -04:00
parent 097afe3dfe
commit b71cea2493

View file

@ -395,7 +395,7 @@ namespace ShiftOS.Engine
}
public static void PrintPrompt()
{
if (SaveSystem.CurrentSave != null)
if (SaveSystem.CurrentSave != null && CurrentUser != null)
{
ConsoleEx.BackgroundColor = SkinEngine.LoadedSkin.TerminalBackColorCC;
ConsoleEx.Italic = false;