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?
Type `EntityFuelSystem' does not contain a definition for `GetFuelContainer'Not An Issue
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.
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?
Soon, but you can get the test build if you'd like:Philoludos
This is an update that will happen fairly soon, right? Or are we waiting until next month?
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
an update just came out but same problem
It is only fixed in the linked builds above. There hasn't been a second today.mrdecoder
an update just came out but same problem
what r we supposed to do oxide hasnt fixed it n plug is broke
You can wait for a release, or use test builds.Countesswhat r we supposed to do oxide hasnt fixed it n plug is broke
- 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`
Sabby
change it to `GetFuelSystem`
Changing all 'GetFuelContainer' to 'GetFuelSystem' doesnt change anything
Locked automatically