mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-08 12:07:45 +08:00
Fix Thoros CATASTROPHIC mistake
This commit is contained in:
parent
4cb8a27a9c
commit
158c82d959
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user