Skip to content
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

Fixes #553 OnNewLaunchParameters never getting called #709

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zyhlon
Copy link

@Zyhlon Zyhlon commented Mar 17, 2023

Super simple fix for OnNewLaunchParameters never getting called. Assuming InstallEvents was just forgotten in the SteamApps class. Guess not a lot of people are using that callback :P

Fixes #553

@Zyhlon Zyhlon changed the title Fixes #553 OnNewLaunchParameters never getting called, Fixes #553 OnNewLaunchParameters never getting called Mar 17, 2023
@compujuckel
Copy link

Just ran into the same bug with OnDlcInstalled, dirty hack for anyone waiting for this to be merged:

typeof(SteamApps).GetMethod("InstallEvents", BindingFlags.NonPublic | BindingFlags.Static).Invoke(null, null);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Steamworks.SteamApps.OnNewLaunchParameters is never called
2 participants