Fix a major OOBE bug.
And to think I was going to quit development because of this.
This commit is contained in:
parent
097afe3dfe
commit
b71cea2493
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue