This commit is contained in:
SpikeHD
2022-06-02 16:46:57 -07:00
parent 91581f620a
commit 5aaa85939c
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
})
if (gameExists) await invoke('run_program', { path: config.game_install_path })
else alert('Game not found!')
else alert('Game not found! At: ' + config.game_install_path)
}
async launchServer() {