diff options
| author | Rylan/wowmom98 <[email protected]> | 2017-05-28 14:44:08 -0400 |
|---|---|---|
| committer | Rylan/wowmom98 <[email protected]> | 2017-05-28 14:44:24 -0400 |
| commit | c7ba7d733c756d196f98dd4533289a1ef4db715f (patch) | |
| tree | 59cb532e15ebff313fdba2be264d78ec0033f407 /ShiftOS.WinForms/Stories | |
| parent | 9914c18456a0c08019e778479ce727ac937b1e57 (diff) | |
| download | shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.gz shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.bz2 shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.zip | |
un obsoleting
Diffstat (limited to 'ShiftOS.WinForms/Stories')
| -rw-r--r-- | ShiftOS.WinForms/Stories/LegionStory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Stories/LegionStory.cs b/ShiftOS.WinForms/Stories/LegionStory.cs index 53d55fb..433ad2d 100644 --- a/ShiftOS.WinForms/Stories/LegionStory.cs +++ b/ShiftOS.WinForms/Stories/LegionStory.cs @@ -142,7 +142,7 @@ namespace ShiftOS.WinForms.Stories { WriteLine("DevX@mud - user connecting to your system.", false); Thread.Sleep(2000); - WriteLine($"Hello, {SaveSystem.CurrentSave.Username}. It's been a while."); + WriteLine($"Hello, {SaveSystem.CurrentUser.Username}. It's been a while."); WriteLine("My intelligence suggests you've installed all GUI-based Shiftorium upgrades."); WriteLine("Bet you're liking ShiftOS now that the terminal isn't the only way you can control it."); WriteLine("Well, now it's time to introduce your next task."); |
