Skip to content

Commit

Permalink
Fixed Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Mar 29, 2023
1 parent d752a5d commit a84c65c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VTOL_2.0.0/Pages/Page_Tools.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3834,14 +3834,14 @@ private void VPK_TOOL_FOLDER_Click(object sender, RoutedEventArgs e)
}
private void LEGION_INSTALL_Click(object sender, RoutedEventArgs e)
{
if (Directory.Exists(Tools_Dir + @"LEGION") && File.Exists(Tools_Dir + @"LEGION\" + "LegionPlus.exe"))
if (Directory.Exists(Tools_Dir + @"LEGION+") && File.Exists(Tools_Dir + @"LEGION+\" + "LegionPlus.exe"))
{
Start_Exe(Tools_Dir + @"LEGION\" + "LegionPlus.exe");
Start_Exe(Tools_Dir + @"LEGION+\" + "LegionPlus.exe");

}
else
{
Download_Zip_To_Path("LEGION", "https://github.com/BigSpice/VTOL/raw/master/%5BTitanfall2_Downloadable_Tools%5D/LEGION%2B.zip");
Download_Zip_To_Path("LEGION+", "https://github.com/BigSpice/VTOL/raw/master/%5BTitanfall2_Downloadable_Tools%5D/LEGION%2B.zip");


}
Expand Down

0 comments on commit a84c65c

Please sign in to comment.