Using deprecated hook 'OnConsumeFuel'Fixed

I guess they changed their mind. Now it reads ||

'NoFuelRequirements v1.3.8' is using deprecated hook 'OnConsumeFuel', which will stop working on Thursday, 01 July 2021. Please ask the author to update to 'OnFuelConsume(BaseOven oven, Item fuel, ItemModBurnable burnable)' 
18Y1zmSXPI8h1XU.jpg Kage

I guess they changed their mind. Now it reads ||

'NoFuelRequirements v1.3.8' is using deprecated hook 'OnConsumeFuel', which will stop working on Thursday, 01 July 2021. Please ask the author to update to 'OnFuelConsume(BaseOven oven, Item fuel, ItemModBurnable burnable)' 
We bump deprecated hook dates sometimes if needed.
VIchOci4ucUKDRu.jpg Wulf
We bump deprecated hook dates sometimes if needed.

Based on what you've just said, does the warning actually mean anything then if you can control the date?

18Y1zmSXPI8h1XU.jpg Kage

Based on what you've just said, does the warning actually mean anything then if you can control the date?

Yes, It'll eventually be removed so the hook would need to be updated.

I dont understand it according to the  .cs file the line has already been changed (as below)  but the message still spams the console ?

'NoFuelRequirements v1.3.8' is using deprecated hook 'OnConsumeFuel', which will stop working on Thursday, 01 July 2021. Please ask the author to update to 'OnFuelConsume(BaseOven oven, Item fuel, ItemModBurnable burnable)'

 private void OnConsumeFuel(BaseOven oven, Item fuel, ItemModBurnable burnable)​
uiYeDlPF8K34vdj.jpg pookins

I dont understand it according to the  .cs file the line has already been changed (as below)  but the message still spams the console ?

'NoFuelRequirements v1.3.8' is using deprecated hook 'OnConsumeFuel', which will stop working on Thursday, 01 July 2021. Please ask the author to update to 'OnFuelConsume(BaseOven oven, Item fuel, ItemModBurnable burnable)'

 private void OnConsumeFuel(BaseOven oven, Item fuel, ItemModBurnable burnable)​
OnConsumeFuel vs. OnFuelConsume
ZXWgyeqKVQsj1v0.jpg Wulf
OnConsumeFuel vs. OnFuelConsume

Thanks ....duh  missed that , will change it and hopefully get rid of constant reminder

So, there IS a way for me to get rid of the reminder? (I'll just watch for updates)

Open the .cs file (in your pc downloads folder) using notepad** and look for the text to change, then save it,  delete the .cs file in your server plugins folder then upload the corrected .cs file from your downloads folder

'NoFuelRequirements v1.3.8' is using deprecated hook 'OnConsumeFuel', which will stop working on Thursday, 01 July 2021. Please ask the author to update to 'OnFuelConsume(BaseOven oven, Item fuel, ItemModBurnable burnable)'

ive been getting complaints from users saying this plugin isnt working anymore as fuel is being burnt, any ideas if this plugin is going to be fixed?

donk

ive been getting complaints from users saying this plugin isnt working anymore as fuel is being burnt, any ideas if this plugin is going to be fixed?

This didn't cause the plugin to stop if you are updated with Oxide. The "fix" is mentioned above though.

Fixed in the latest update.

Locked automatically