Run prettier

I forgor before
This commit is contained in:
Thoronium
2023-04-14 23:35:53 -06:00
parent 7bfa5e8e11
commit 09d0d8287f
2 changed files with 12 additions and 12 deletions

View File

@@ -193,13 +193,13 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
})
if (gameExists)
if (config.un_elevated) {
await invoke('run_un_elevated', {
path: config.game_install_path,
})
} else {
await invoke('run_program_relative', { path: exe || config.game_install_path })
}
if (config.un_elevated) {
await invoke('run_un_elevated', {
path: config.game_install_path,
})
} else {
await invoke('run_program_relative', { path: exe || config.game_install_path })
}
else alert('Game not found! At: ' + (exe || config.game_install_path))
}