diff --git a/src/ui/components/ServerLaunchSection.tsx b/src/ui/components/ServerLaunchSection.tsx index d1da316..2cfa0df 100644 --- a/src/ui/components/ServerLaunchSection.tsx +++ b/src/ui/components/ServerLaunchSection.tsx @@ -219,10 +219,7 @@ export default class ServerLaunchSection extends React.Component } else { if (config.launch_args.length < 1) { // Run relative when there are no args - await invoke('run_program_relative', { - path: exe || config.game_install_path, - args: config.launch_args, - }) + await invoke('run_program_relative', { path: exe || config.game_install_path }) } else { // Run directly when there are args await invoke('run_program', {