aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Frontend')
-rw-r--r--ShiftOS.Frontend/ShiftOS.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.cs b/ShiftOS.Frontend/ShiftOS.cs
index 56ffc38..e2d3c4a 100644
--- a/ShiftOS.Frontend/ShiftOS.cs
+++ b/ShiftOS.Frontend/ShiftOS.cs
@@ -77,6 +77,9 @@ namespace ShiftOS.Frontend
//Also initiate the desktop
Engine.Desktop.Init(new Desktop.Desktop());
+ //While we're having a damn initiation fuckfest, let's get the hacking engine running.
+ Hacking.Initiate();
+
//Now we can initiate the Infobox subsystem
Engine.Infobox.Init(new Infobox());