Skip to content

Commit

Permalink
Added commandline arg for mods to work in MultiVersus
Browse files Browse the repository at this point in the history
  • Loading branch information
TekkaGB committed Aug 19, 2022
1 parent 7fe2461 commit f063d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Unverum/UI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ private async void Launch_Click(object sender, RoutedEventArgs e)
UseShellExecute = true,
Verb = "open"
};
if (Global.config.Configs[Global.config.CurrentGame].LauncherOptionIndex == 0 && (GameFilter)GameBox.SelectedIndex == GameFilter.MV)
ps.Arguments = "-fileopenlog";
Process.Start(ps);
}
catch (Exception ex)
Expand Down
2 changes: 1 addition & 1 deletion Unverum/Unverum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\unverum.ico</ApplicationIcon>
<AssemblyName>Unverum</AssemblyName>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f063d03

Please sign in to comment.