From 527d920aac8994680f6cdb52ddbb183c684b783a Mon Sep 17 00:00:00 2001 From: Noah Sherwin Date: Sun, 4 Apr 2021 23:59:16 -0700 Subject: [PATCH] Remove extra MessageBox from "could not find {install} manifest" block. Partially revert ca9768be and 34c80dd6. --- spv3/loader/src/Install.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spv3/loader/src/Install.cs b/spv3/loader/src/Install.cs index 25cff522..ec4bdca9 100644 --- a/spv3/loader/src/Install.cs +++ b/spv3/loader/src/Install.cs @@ -190,13 +190,6 @@ public void Initialise() { Status = "Could not find manifest in the data directory."; CanInstall = false; - MessageBox.Show( - "Expected to start in Installer mode, but Install data not found." + - " If you meant to start in Launcer mode, check if SPV3 is starting" + - " in the correct folder and Halo's executable is in that folder.", - "Unable to install SPV3", - MessageBoxButton.OK, - MessageBoxImage.Warning); } /** Check Game Activation */