CzechPMDevs / MultiWorld

🌎 An advanced world management PocketMine plugin with custom world generators.
GNU General Public License v3.0
105 stars 79 forks source link

something idk what is that #308

Open ghost opened 1 year ago

ghost commented 1 year ago

this shows in my console when i join the server: NOTICE: yield $generator has been deprecated, please use yield from $generator instead.

supercrafter333 commented 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.

ghost commented 1 year ago

Oh ok?