Skip to content

Commit aa28a62

Browse files
committed
A fix to this
1 parent da26114 commit aa28a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bloxstrap/UI/ViewModels/Settings/ModsViewModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Bloxstrap.UI.ViewModels.Settings
1616
{
1717
public class ModsViewModel : NotifyPropertyChangedViewModel
1818
{
19-
private void OpenModsFolder() => Process.Start("explorer.exe", Paths.Modifications);
19+
private void OpenModsFolder() => Process.Start("explorer.exe", Paths.PlayerModifications);
2020

2121
private readonly Dictionary<string, byte[]> FontHeaders = new()
2222
{

0 commit comments

Comments
 (0)