aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-04-22 22:28:42 -0700
committerwilliam341 <[email protected]>2017-04-22 22:28:42 -0700
commit73bbaed782745b20d2575a4e94ae33814059cfa9 (patch)
tree650252dd940d67a3251ad4ec3f1f017807439e27 /ShiftOS.WinForms
parent8455ea4991ece19d0a4e5f84f69a8fdb6a936ffd (diff)
downloadshiftos_thereturn-73bbaed782745b20d2575a4e94ae33814059cfa9.tar.gz
shiftos_thereturn-73bbaed782745b20d2575a4e94ae33814059cfa9.tar.bz2
shiftos_thereturn-73bbaed782745b20d2575a4e94ae33814059cfa9.zip
Minor fixes
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/HackerCommands.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/HackerCommands.cs b/ShiftOS.WinForms/HackerCommands.cs
index 83097d2..bece2a4 100644
--- a/ShiftOS.WinForms/HackerCommands.cs
+++ b/ShiftOS.WinForms/HackerCommands.cs
@@ -38,6 +38,7 @@ namespace ShiftOS.WinForms
{
KernelWatchdog.Log("warn", "User has breached the kernel.");
KernelWatchdog.EnterKernelMode();
+ TerminalBackend.PrintPrompt();
}
return true;
}
@@ -258,6 +259,7 @@ namespace ShiftOS.WinForms
}
onCompleteDecrypt += ondec;
tut.SetObjective("This script isn't the most agile script ever, but it'll get the job done.");
+ tutPos = 3;
while(tutPos == 2)
{