aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Scripting.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/Scripting.cs
parent9914c18456a0c08019e778479ce727ac937b1e57 (diff)
downloadshiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.gz
shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.tar.bz2
shiftos_thereturn-c7ba7d733c756d196f98dd4533289a1ef4db715f.zip
un obsoleting
Diffstat (limited to 'ShiftOS_TheReturn/Scripting.cs')
-rw-r--r--ShiftOS_TheReturn/Scripting.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Scripting.cs b/ShiftOS_TheReturn/Scripting.cs
index dd5acfd..61c6676 100644
--- a/ShiftOS_TheReturn/Scripting.cs
+++ b/ShiftOS_TheReturn/Scripting.cs
@@ -312,7 +312,7 @@ end");
{
Console.WriteLine("");
Lua(lua);
- Console.WriteLine($"{SaveSystem.CurrentSave.Username}@{SaveSystem.CurrentSave.SystemName}:~$ ");
+ Console.WriteLine($"{SaveSystem.CurrentUser.Username}@{SaveSystem.CurrentSave.SystemName}:~$ ");
}
catch (Exception e)
{