mirror of
https://github.com/alee14-projects/Project-Silicon.git
synced 2025-01-23 00:14:16 -05:00
fixes in hijack1 scene
This commit is contained in:
parent
edb312f607
commit
fe54be0f66
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ namespace PortEngine
|
||||||
{
|
{
|
||||||
if (IsHijack1Completed == false)
|
if (IsHijack1Completed == false)
|
||||||
{
|
{
|
||||||
|
Thread.Sleep(2000);
|
||||||
txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine);
|
txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine);
|
||||||
Thread.Sleep(5000);
|
Thread.Sleep(5000);
|
||||||
txtHijack1.AppendText("SYSTEM ERROR: HIJACKED" + Environment.NewLine);
|
txtHijack1.AppendText("SYSTEM ERROR: HIJACKED" + Environment.NewLine);
|
||||||
|
|
Loading…
Reference in a new issue