-
Notifications
You must be signed in to change notification settings - Fork 49
Update to 2025.5.20 #96
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
Conversation
miniduikboot
left a comment
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.
Patch works except for the lockfile changes
|
Updating the name of this PR because the previous reason for this PR is necessary for the 2025.5.20 update |
|
Also forgot to mention one more thing, since all RPCs were changed to immediate, I removed the "SendImmediate" options from Custom RPCs. |
|
Just fixed an issue with the SpawnGameDataMessage patch, now it should behave correctly and not cause crashing or errors. |
|
API changes were reverted for now, Obsolete attribute and a warning was added. |
Since Innersloth updated the matchmaking API,
/api/gamesis now/api/games/filtered. This pull request updates the HTTP patches to account for the new API, but also handles the old API if needed by using string.Contains instead of a direct comparison.