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

Skipping a patch when a method isnt found #98

Closed
YakovAU opened this issue Dec 18, 2023 · 1 comment
Closed

Skipping a patch when a method isnt found #98

YakovAU opened this issue Dec 18, 2023 · 1 comment

Comments

@YakovAU
Copy link

YakovAU commented Dec 18, 2023

There are situations in a project with alot of patches where the same DLL will be used on both a dedicated server and client. The code is mostly the same on both, though some methods are missing.
To avoid separate distributions, is it possible to have a feature added that PatchAll will 'skip' a patch if a method is not found? Perhaps done with an annotation?
Thank you for your time.

@ManlyMarco
Copy link
Member

Duplicate of #47

@ManlyMarco ManlyMarco marked this as a duplicate of #47 Dec 20, 2023
@ManlyMarco ManlyMarco closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2023
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

No branches or pull requests

2 participants