aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-08 18:23:13 -0500
committerMichael <[email protected]>2017-02-08 18:23:13 -0500
commit86f204ee49fefc6dd92f7b02248a3dddb1fca400 (patch)
treebfbd336fbddcf77869be3d39c404e832eca70be7
parentf7c53542052b271e367cf81324034a56d4f7d19e (diff)
downloadshiftos_thereturn-86f204ee49fefc6dd92f7b02248a3dddb1fca400.tar.gz
shiftos_thereturn-86f204ee49fefc6dd92f7b02248a3dddb1fca400.tar.bz2
shiftos_thereturn-86f204ee49fefc6dd92f7b02248a3dddb1fca400.zip
TransferCodepointsFrom no longer prints trm prompt
-rw-r--r--ShiftOS_TheReturn/SaveSystem.cs1
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}:~$ ");
}
}