Skip to content

Commit

Permalink
Remove extra MessageBox from "could not find {install} manifest" block.
Browse files Browse the repository at this point in the history
Partially revert ca9768b and 34c80dd.
  • Loading branch information
BinToss committed Apr 5, 2021
1 parent d117ce7 commit 527d920
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spv3/loader/src/Install.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 527d920

Please sign in to comment.