Skip to content

Commit

Permalink
Custom DLL name now includes ".dll"
Browse files Browse the repository at this point in the history
  • Loading branch information
Plextora committed Feb 14, 2023
1 parent 3074c46 commit a1a13f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ private async void LaunchButton_OnRightClick(object sender, RoutedEventArgs e)
}

CustomDllName = openFileDialog.SafeFileName;
CustomDllName = CustomDllName.Replace(".dll", "");


if (Process.GetProcessesByName("Minecaft.Windows").Length != 0) return;

Process.Start("minecraft:");
Expand Down

0 comments on commit a1a13f4

Please sign in to comment.