-
-
Notifications
You must be signed in to change notification settings - Fork 484
Fix sourceResourceRoot
for client-sided events
#4021
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
Fix sourceResourceRoot
for client-sided events
#4021
Conversation
Can you clarify the way this is backwards incompatible? |
|
I think some developers know current behavior and have some workarounds for it. |
I don't think it will make a big difference, because auto updates will bring people to 1.6.1 once it's released, and these clients remain compatible with any 1.6.x release. Server owners barely keep track of what to fix up after updates. For the few servers that may have a workaround, briefly biting the sour apple is the best way. I don't expect a significant impact anyways. |
Why are we merging backwards incompatible PRs now? |
… to feedback about backwards compatibility. This reverts commit 2f4a0a4.
Reintroduced the change in 899c84c for MTA 1.7 |
Fixes #2965