You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a bug ... yet. It's just a warning of PHP that MultiWorld should use ˋyield fromˋ instead of ˋyieldˋ. This will cause a server-crash in future PHP-versions. It should be solved, but it don't have to be solved yet.
this shows in my console when i join the server:
NOTICE:
yield $generator
has been deprecated, please useyield from $generator
instead.The text was updated successfully, but these errors were encountered: