-
-
Notifications
You must be signed in to change notification settings - Fork 138
[WIP] Support --quickPlayMultiplayer option for the instance with server #1020
New issue
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
Changes from 4 commits
391984b
4b57e31
5a85f33
a931b7f
21430c4
85a3663
ad25f69
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,6 +153,7 @@ export async function generateLaunchOptionsWithGlobal( | |
side, | ||
resolution: inst.resolution ?? globalResolution, | ||
server: inst.server ?? undefined, | ||
quickPlayMultiplayer: inst.server ? `${inst.server.host}${inst.server.port ? `:${inst.server.port}` : ''}` : undefined, | ||
|
||
...overrides, | ||
} | ||
return options | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed quickPlayMultiplayer property from the LaunchService interface. (85a3663)