Open ghost opened 1 year ago
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.
Oh ok?
this shows in my console when i join the server: NOTICE:
yield $generator
has been deprecated, please useyield from $generator
instead.