aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/HackerCommands.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.WinForms/HackerCommands.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.WinForms/HackerCommands.cs')
-rw-r--r--ShiftOS.WinForms/HackerCommands.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/HackerCommands.cs b/ShiftOS.WinForms/HackerCommands.cs
index e2c4d12..107343b 100644
--- a/ShiftOS.WinForms/HackerCommands.cs
+++ b/ShiftOS.WinForms/HackerCommands.cs
@@ -158,8 +158,7 @@ namespace ShiftOS.WinForms
int tutPos = 0;
Action ondec = () =>
{
- if (tutPos == 2)
- tutPos++;
+ tutPos++;
};
TerminalBackend.CommandProcessed += (o, a) =>
{