diff --git a/Launcher/runtime/dialog/overlay/update/update.js b/Launcher/runtime/dialog/overlay/update/update.js index b403a5a..dced45d 100644 --- a/Launcher/runtime/dialog/overlay/update/update.js +++ b/Launcher/runtime/dialog/overlay/update/update.js @@ -80,7 +80,7 @@ } // Verify dir with matcher using ClientLauncher's API - ClientLauncher.verifyHDir(dir, hdir, matcher); + ClientLauncher.verifyHDir(dir, hdir.object, matcher); return hdir; }; }