From 27264a559d7fd40a0c2bc393a5e150c17da1539d Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 28 Jun 2017 16:33:07 -0400 Subject: Basics of the virus system --- ShiftOS.WinForms/WinformsDesktop.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/WinformsDesktop.cs') diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs index 7508262..d60b6f6 100644 --- a/ShiftOS.WinForms/WinformsDesktop.cs +++ b/ShiftOS.WinForms/WinformsDesktop.cs @@ -226,6 +226,7 @@ namespace ShiftOS.WinForms SaveSystem.GameReady += () => { + VirusManager.Init(); this.Invoke(new Action(LoadIcons)); if (this.Visible == true) this.Invoke(new Action(() => SetupDesktop())); -- cgit v1.2.3