aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Commands.cs
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-05-28 14:44:08 -0400
committerRylan/wowmom98 <[email protected]>2017-05-28 14:44:24 -0400
commitc7ba7d733c756d196f98dd4533289a1ef4db715f (patch)
tree59cb532e15ebff313fdba2be264d78ec0033f407 /ShiftOS_TheReturn/Commands.cs
parent9914c18456a0c08019e778479ce727ac937b1e57 (diff)
downloadshiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.gz
shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.bz2
shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.zip
un obsoleting
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
-rw-r--r--ShiftOS_TheReturn/Commands.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs
index 96e5af5..b97cd1d 100644
--- a/ShiftOS_TheReturn/Commands.cs
+++ b/ShiftOS_TheReturn/Commands.cs
@@ -95,7 +95,7 @@ namespace ShiftOS.Engine
{
TerminalBackend.IsForwardingConsoleWrites = forwarding;
TerminalBackend.ForwardGUID = (forwarding == true) ? fGuid : null;
- Console.WriteLine($"{SaveSystem.CurrentSave.Username} says \"{result}\".");
+ Console.WriteLine($"{SaveSystem.CurrentUser.Username} says \"{result}\".");
TerminalBackend.IsForwardingConsoleWrites = false;
};
Desktop.InvokeOnWorkerThread(new Action(() =>