We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, Orbiter_ng.exe (launcher for Modules/Server/Orbiter.exe) ignores command line arguments. Should pass them through to Orbiter.exe
The text was updated successfully, but these errors were encountered:
#37: use _execv in Orbiter_ng wrapper to pass command line arguments …
e31ffb2
…through to orbiter server. Now also returns the server exit value.
Merge pull request #38 from orbitersim/37-orbiter_ng_command_line
0326e4d
mschweiger
Successfully merging a pull request may close this issue.
Currently, Orbiter_ng.exe (launcher for Modules/Server/Orbiter.exe) ignores command line arguments.
Should pass them through to Orbiter.exe
The text was updated successfully, but these errors were encountered: