There was an error while loading. Please reload this page.
1 parent 639e02c commit 74168ebCopy full SHA for 74168eb
1 file changed
src/main/kotlin/file/SetupApp.kt
@@ -661,6 +661,7 @@ object SetupApp {
661
val selectedInfo = Wc3ClientDetector.inspectGameRoot(selected)
662
if (selectedInfo == null) {
663
log.warn("No supported Warcraft III executable found in $selected. You can fix wurst.wc3path later in .vscode/settings.json.")
664
+ setup.gamePathOptedOut = true
665
return null
666
}
667
Wc3ClientDetector.mismatchMessage(wc3Patch, selectedInfo)?.let { log.warn(it) }
0 commit comments