Getting Error on load of plugin "cannot convert from 'method group' to 'System.Action' | Line: 115, Pos: 47"

oVood - Failed to compile: Argument 1: cannot convert from 'method group' to 'System.Action' | Line: 115, Pos: 47

ill look into it when i get home from work

AYTeHCdWTh0JjQg.jpg SapnuPuas

ill look into it when i get home from work

Got it compiled will hop in game shortly to check it

I just changed all places of 

oven.CancelInvoke(oven.Cook);
oven.InvokeRepeating(oven.Cook, speed, speed);

To

oven.CancelInvoke(nameof(oven.Cook));
oven.InvokeRepeating(nameof(oven.Cook), speed, speed);

 

that allows it to compile but 2nd i light anything it turns right off

yea that happens with chat gpt . ill get it fixed today

AYTeHCdWTh0JjQg.jpg SapnuPuas

yea that happens with chat gpt . ill get it fixed today

When will the update be released?