disallow unset paths

This commit is contained in:
SpikeHD 2022-05-01 23:17:23 -07:00
parent bc36375990
commit 092424e310

View File

@ -411,6 +411,8 @@ async function setGameExe() {
]
})
if (!gameexe[0]) return;
// Set the folder in our configuration
const config = await getCfg()
@ -432,6 +434,8 @@ async function setGrasscutterFolder() {
]
})
if (!folder[0]) return;
// Set the folder in our configuration
const config = await getCfg()