diff options
| author | Michael <[email protected]> | 2017-02-08 18:23:13 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-08 18:23:13 -0500 |
| commit | 86f204ee49fefc6dd92f7b02248a3dddb1fca400 (patch) | |
| tree | bfbd336fbddcf77869be3d39c404e832eca70be7 /ShiftOS_TheReturn | |
| parent | f7c53542052b271e367cf81324034a56d4f7d19e (diff) | |
| download | shiftos_thereturn-86f204ee49fefc6dd92f7b02248a3dddb1fca400.tar.gz shiftos_thereturn-86f204ee49fefc6dd92f7b02248a3dddb1fca400.tar.bz2 shiftos_thereturn-86f204ee49fefc6dd92f7b02248a3dddb1fca400.zip | |
TransferCodepointsFrom no longer prints trm prompt
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/SaveSystem.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs index 7107c7b..862e1b9 100644 --- a/ShiftOS_TheReturn/SaveSystem.cs +++ b/ShiftOS_TheReturn/SaveSystem.cs @@ -313,7 +313,6 @@ namespace ShiftOS.Engine { Console.WriteLine($"{{SHIFTORIUM_TRANSFERRED_FROM}}: {amount} <- {who}"); CurrentSave.Codepoints += amount; - Console.Write($"{SaveSystem.CurrentSave.Username}@{SaveSystem.CurrentSave.SystemName}:~$ "); } } |
