-
-
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
Function is deleted while it isn't #2802
Comments
This usually happens when reloading scripts, especially if the function was moved. |
It would be understandable, but the function stays at same place all the time (and throws a lot of errors on reload...) |
I usually get this error when I use a function in an effect command (on 2.4.1) |
me too, please fix reload function error. |
same, occuring very often, especially when re-loading specific script files only |
Fixed in 2.5-alpha2 |
* Add script reload API. Centralize function clearing to unloadScript_() * Use new reload API for Skript's own reloading needs * Fix function unloading I just broke Co-authored-by: Shane Bee <shanebolenback@me.com>
Description
While reloading my skript it randomly appears something like this
https://oshawott.pl/ss/205b.png ( "The function 'money' was deleted or renamed (...)" )
but I haven't changed anything and the function is on it's place all the time. My friend said that he see it too
Steps to Reproduce
Can't provide how to reproduce, sorry. I tried to do a code for it, but it failed. Maybe it depends on time (I tried only with short time)
Expected Behavior
It shouldn't appear that a function is removed or renamed : d
Errors / Screenshots
^like I said + no more errors
Server Information
Additional Context
The text was updated successfully, but these errors were encountered: