Type `BaseMountable' does not contain a definition for `needsVehicleTick'Fixed

Another casualty of the December update, 

Error while compiling: Gyrocopter.cs(642,30): error CS1061: Type `BaseMountable' does not contain a definition for `needsVehicleTick' and no extension method `needsVehicleTick' of type `BaseMountable' could be found. Are you missing an assembly reference?

Hi
change line 242

chairmount.needsVehicleTick = true;     to     chairmount.isMobile = true;   

and line 644
hasmount.needsVehicleTick = true;     to     hasmount.isMobile = true;

 

 

Need update please | Error while compiling: Gyrocopter.cs(642,30): error CS1061: Type `BaseMountable' does not contain a definition for `needsVehicleTick' and no extension method `needsVehicleTick' of type `BaseMountable' could be found. Are you missing an assembly reference?

Locked automatically