-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Concurrency updates #3817
Concurrency updates #3817
Conversation
Just noticed Skript/src/main/java/ch/njol/skript/variables/Variables.java Lines 244 to 247 in 885a4b6
|
@FranKusmiruk Should I edit PS PR didn't build because of downtime at Maven repo used by PaperLib |
I believe that's out of the scope of this PR and still up for debate. I'd rather leave it for another PR so the bug fixes on this one can be merged faster. |
Description
A few changes to AsyncEffect:
ScriptLoader.hasDelayBefore = Kleenean.TRUE
(otherwise the parser will think the event isn't delayed while it is).Also updated
EffLoadServerIcon
to not throw an exception when its argument evaluated tonull
, and to set thehasDelayBefore
field appropriately.Target Minecraft Versions: any
Requirements: none
Related Issues: #3808 #1817