Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
155 stars 50 forks source link

[FIX] [Not Tested] coroutine.resume #280

Closed derFreemaker closed 7 months ago

derFreemaker commented 7 months ago

Should fix coroutine.resume and now have same behaviour like lua 5.4 standard. Look at the diff first.

I am to incompetent to set up the mod dev env so i could not test it. Sorry

Panakotta00 commented 7 months ago

This fix completetly ignores why there is a custom coroutine.resume to begin with... differentiation between a yield by the user or a yiel by the hook... ther is already a fix prepared

derFreemaker commented 7 months ago

ok