Type `EntityFuelSystem' does not contain a definition for `GetFuelContainer'Not An Issue

Error while compiling: VehicleLicence.cs(783,74): error CS1061: Type `EntityFuelSystem' does not contain a definition for `GetFuelContainer' and no extension method `GetFuelContainer' of type `EntityFuelSystem' could be found. Are you missing an assembly reference?

This will be fixed in the next Oxide update.

This error is due to a Rust change that we meant to fix for this update, but missed. The next Oxide update will resolve it.

Yes, but it fails to compile. Making it unusable.

Go0ePa8S2poB3OZ.jpg Wulf

This error is due to a Rust change that we meant to fix for this update, but missed. The next Oxide update will resolve it.

This is an update that will happen fairly soon, right? Or are we waiting until next month? 

 

an update just came out but same problem 

orBSGseE235GBGX.jpg mrdecoder

an update just came out but same problem 

It is only fixed in the linked builds above. There hasn't been a second today.

what r we supposed to do oxide hasnt fixed it n plug is broke

Countess

what r we supposed to do oxide hasnt fixed it n plug is broke

You can wait for a release, or use test builds.

https://ci.appveyor.com/api/projects/oxidemod/oxide-rust/artifacts/Oxide.Rust-develop.zip?pr=false&branch=develop
https://ci.appveyor.com/api/projects/oxidemod/oxide-rust/artifacts/Oxide.Rust-linux-develop.zip?pr=false&branch=develop
Includes the fuel system exposure fix, some more BaseAIBrain exposures, and 2 hooks for ExcavatorSignalComputer
First link is Windows, second is Linux

all other plugins that use fuel and were broken after wipe are all updated, but not this one....

yes most important one :(

Issue since wipe

Error while compiling: VehicleLicence.cs(783,74): error CS1061: Type `EntityFuelSystem' does not contain a definition for `GetFuelContainer' and no extension method `GetFuelContainer' of type `EntityFuelSystem' could be found. Are you missing an assembly reference?

change(d) it to `GetFuelSystem`

8k79cRnBbO2gCM8.png Sabby

change it to `GetFuelSystem`

Changing all 'GetFuelContainer' to 'GetFuelSystem' doesnt change anything

Locked automatically