From 269f6d0f4cbf556da4e4154143aa85fbf0448429 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Sat, 1 Sep 2018 01:27:41 -0400 Subject: hybrid config mode // removed feature --- PortEngine/PortsTerminalAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PortEngine/PortsTerminalAPI.cs') 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; } -- cgit v1.2.3