aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Commands.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-01 15:23:46 -0400
committerMichael <[email protected]>2017-05-01 15:23:46 -0400
commit7532df70757ecbcaf735a5fc50eee282f555741a (patch)
treebbf4c161697b390a96af01a36277c8dc4e52e1a0 /ShiftOS_TheReturn/Commands.cs
parentb71cea249357eeb948f94894970a17078a9c5249 (diff)
downloadshiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.tar.gz
shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.tar.bz2
shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.zip
Replace most instances of "CurrentSave.Username"
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 7980635..87aacd6 100644
--- a/ShiftOS_TheReturn/Commands.cs
+++ b/ShiftOS_TheReturn/Commands.cs
@@ -73,7 +73,7 @@ namespace ShiftOS.Engine
TerminalBackend.IsForwardingConsoleWrites = forwarding;
TerminalBackend.ForwardGUID = (forwarding == true) ? fGuid : null;
string resultFriendly = (result == true) ? "yes" : "no";
- Console.WriteLine($"{SaveSystem.CurrentSave.Username} says {resultFriendly}.");
+ Console.WriteLine($"{SaveSystem.CurrentUser.Username} says {resultFriendly}.");
TerminalBackend.IsForwardingConsoleWrites = false;
};
Desktop.InvokeOnWorkerThread(new Action(() =>