Type `SearchLight' does not contain a definition for `fuelType' and no extension method `fuelType'Fixed

ZoneManager - Failed to compile: ZoneManager.cs(1343,64): error CS1061: Type `SearchLight' does not contain a definition for `fuelType' and no extension method `fuelType' of type `SearchLight' could be found. Are you missing an assembly reference?

Samesies
Yup, same here
all in the title
yes, same me:

Error while compiling: ZoneManager.cs(1343,64): error CS1061: Type `SearchLight' does not contain a definition for `fuelType' and no extension method `fuelType' of type `SearchLight' could be found. Are you missing an assembly reference?
Same here.
same here . . 
Same message here too
I deleted all the code related to searchlight, 2 sections, and it compiled for me. Might temporarily work as a fix until it is updated.
which lines you deleted

SOLUTION

                            // if (!requiresFuel && searchLight.inventory.GetSlot(0) == null)
                            // {
                            //     ItemManager.Create(searchLight.fuelType).MoveToContainer(searchLight.inventory);
                            // }​


Comment lines 1256-1259

Dont post any messages after that message

Applied the temporary solution mentioned above.
Thx orange
Locked automatically