-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
Make the multiple event-values less strict #6122
Conversation
I think aliases update should be separated from this PR into its own with merging dev/patch to dev/feature as we do every so often due to our latest release model |
It'll be hard to find the exact commit the master branch is on. We should make a GitHub action to keep the aliases updated on the dev/feature and dev/patch from master |
Description
The pull request of #5769 makes Skript error when not defining an exact event value. After actively using it. I find it to be too strict.
This pull request eases the error warning to only happen to assignable types.
See unacceptable errors
Other
Target Minecraft Versions: any
Requirements: none
Related Issues: none