aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ServerManager.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-11 10:28:16 -0500
committerMichael <[email protected]>2017-03-11 10:28:16 -0500
commit01420ff329ab1819f1be1ea444c46785328b44cb (patch)
tree1766c39afd9e1c61dcc1fb5b2411e195fb0446de /ShiftOS_TheReturn/ServerManager.cs
parentdad61e325cfcd1ce12ae6f29d3778d1c919c6ab3 (diff)
downloadshiftos_thereturn-01420ff329ab1819f1be1ea444c46785328b44cb.tar.gz
shiftos_thereturn-01420ff329ab1819f1be1ea444c46785328b44cb.tar.bz2
shiftos_thereturn-01420ff329ab1819f1be1ea444c46785328b44cb.zip
fix mud.connect deadlock
Diffstat (limited to 'ShiftOS_TheReturn/ServerManager.cs')
-rw-r--r--ShiftOS_TheReturn/ServerManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/ServerManager.cs b/ShiftOS_TheReturn/ServerManager.cs
index 4d599cd..31b3129 100644
--- a/ShiftOS_TheReturn/ServerManager.cs
+++ b/ShiftOS_TheReturn/ServerManager.cs
@@ -125,6 +125,8 @@ namespace ShiftOS.Engine
{
thisGuid = new Guid(msg.Contents);
GUIDReceived?.Invoke(msg.Contents);
+ TerminalBackend.PrefixEnabled = true;
+ TerminalBackend.PrintPrompt();
}
else if(msg.Name == "allusers")
{