From 158c82d959f844c69225216a5687a3a53a4ad068 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Wed, 31 May 2023 14:32:54 -0700 Subject: [PATCH] Fix Thoros CATASTROPHIC mistake --- src/ui/Main.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/Main.tsx b/src/ui/Main.tsx index f9d7ca9..ffdf37b 100644 --- a/src/ui/Main.tsx +++ b/src/ui/Main.tsx @@ -202,8 +202,6 @@ export class Main extends React.Component { 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) {