Plugin need update? For the minicopter change

Hello needs this plugin not a update for force today?
Because of the hook and the name of minicopter have changed

bool? OnVendorHeliFuelAdjust(MiniCopter heli)
bool? OnVendorHeliFuelAdjust(PlayerHelicopter heli)

Sorry i dont know where and how to change that
i only knows that the name minicopter is going to change

I assumed you got that out of the plugin. You just need to replace any MiniCopter in your plugins with PlayerHelicopter (usually). In this plugin it's line 269, change to:

        private void OnEntitySpawned(PlayerHelicopter heli)
​

No i had read the hook on the info page of the plugin
Its on the bottum that it used that hook
thank you i give it a try to fix it

I'm getting the error too. None of the other plugins should be affecting this one

Just download notepad++ and change line 269 from MiniCopter to Minicopter
and it wil work
in running it on my server with out a problem after this fix
alsi the feul reset works as normal

awesome thank you