Fix Thoros CATASTROPHIC mistake

This commit is contained in:
SpikeHD 2023-05-31 14:32:54 -07:00 committed by GitHub
parent 4cb8a27a9c
commit 158c82d959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,8 +202,6 @@ export class Main extends React.Component<IProps, IState> {
const game_exists: boolean = (await invoke('dir_exists', {
path: game_path,
})) as boolean
path: game_path,
})) as boolean)
// Set no game path so the user understands it doesn't exist there
if (!game_exists) {