We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.8.0-dev Paper 1.20.1
The error at https://github.com/SkriptLang/Skript/blob/1a009cdb1419292046de0e95429bcb40eaaaab15/src/main/java/ch/njol/skript/effects/EffReturn.java#L73 is not properly erroring when a delay is added into a function. Instead Skript is erroring stating that the return effect cannot be used in a function, when this is indeed incorrect.
To properly print the error stating delays cannot be used in functions.
function testing(empty: boolean = false) :: boolean: wait a second return true
Return API SkriptLang/Skript#6118 which is not on this Skript jar.
The text was updated successfully, but these errors were encountered:
This isn't skript issue this is reflect, put over there. they have their own system and overrides skript's
Sorry, something went wrong.
#78
Actually keeping this open for an admin to transfer this issue.
Due to the new return API being utilized, EffReturn no longer exists so this is not applicable anymore. Thank you regardless.
No branches or pull requests
Skript/Server Version
Bug Description
The error at https://github.com/SkriptLang/Skript/blob/1a009cdb1419292046de0e95429bcb40eaaaab15/src/main/java/ch/njol/skript/effects/EffReturn.java#L73 is not properly erroring when a delay is added into a function. Instead Skript is erroring stating that the return effect cannot be used in a function, when this is indeed incorrect.
Expected Behavior
To properly print the error stating delays cannot be used in functions.
Steps to Reproduce
Errors or Screenshots
Other
Return API SkriptLang/Skript#6118 which is not on this Skript jar.
Agreement
The text was updated successfully, but these errors were encountered: