aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/PortsTerminalAPI.cs
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-09-01 01:27:41 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-09-01 01:27:41 -0400
commit269f6d0f4cbf556da4e4154143aa85fbf0448429 (patch)
treee73ea6f5189fb91fe67ae23648ed5a23a4e93110 /PortEngine/PortsTerminalAPI.cs
parentfb69cc80fc9e22549915f2a0905323f145e23374 (diff)
downloadProject-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.tar.gz
Project-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.tar.bz2
Project-Silicon-269f6d0f4cbf556da4e4154143aa85fbf0448429.zip
hybrid config mode // removed feature
Diffstat (limited to 'PortEngine/PortsTerminalAPI.cs')
-rw-r--r--PortEngine/PortsTerminalAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/PortEngine/PortsTerminalAPI.cs b/PortEngine/PortsTerminalAPI.cs
index c751b85..b41bd2c 100644
--- a/PortEngine/PortsTerminalAPI.cs
+++ b/PortEngine/PortsTerminalAPI.cs
@@ -44,7 +44,7 @@ namespace PortEngine
default:
if (pendingCommand.StartsWith("changeusername --"))
{
- Console.WriteLine("Username changed from " + Properties.Settings.Default.userDisplayName + " to " + pendingCommand.Substring(17));
+ Console.WriteLine("Changed username.");
Properties.Settings.Default.userDisplayName = pendingCommand.Substring(17);
break;
}