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

[Error] Error while compiling: VehicleVendorOptions.cs(198,30): 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?

Getting this after the latest rust update

We are aware of and anticipated this issue, but failed to get the needed change into the first Oxide update today. The next Oxide update will fix it.

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.

Thanks!

This should be resolved in the latest Oxide update, thanks!

  • Exposed EntityFuelSystem::GetFuelContainer in Rust for plugins (fixes a lot of vehicle plugins)
Locked automatically