mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Minor fixes
This commit is contained in:
parent
8455ea4991
commit
73bbaed782
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue