mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 16:44:43 +01:00
Fix Thoros CATASTROPHIC mistake
This commit is contained in:
@@ -202,8 +202,6 @@ export class Main extends React.Component<IProps, IState> {
|
|||||||
const game_exists: boolean = (await invoke('dir_exists', {
|
const game_exists: boolean = (await invoke('dir_exists', {
|
||||||
path: game_path,
|
path: game_path,
|
||||||
})) as boolean
|
})) as boolean
|
||||||
path: game_path,
|
|
||||||
})) as boolean)
|
|
||||||
|
|
||||||
// Set no game path so the user understands it doesn't exist there
|
// Set no game path so the user understands it doesn't exist there
|
||||||
if (!game_exists) {
|
if (!game_exists) {
|
||||||
|
|||||||
Reference in New Issue
Block a user