Skip to content

Commit c86faa2

Browse files
committed
very important fix
1 parent 326cc6f commit c86faa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/windows/launcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ namespace Launcher {
461461
bool LauncherMainWindow::LaunchIsaac(bool relaunch) {
462462
if (!relaunch && SteamAPI_Init() && SteamAPI_IsSteamRunning()) { //No point in running the updater if nonsteam....for now?, lol
463463
_logWindow.Log("Checking for mod updates on Steam's folder:");
464-
ModUpdateDialog dlg(nullptr, fs::path(_configuration->IsaacExecutablePath()).parent_path() / "Mods", &_logWindow);
464+
ModUpdateDialog dlg(nullptr, fs::path(_configuration->IsaacExecutablePath()).parent_path() / "mods", &_logWindow);
465465
dlg.ShowModal();
466466
}
467467

0 commit comments

Comments
 (0)