Type `AutoTurret' does not contain a definition for `ammoType'Fixed
Getting this error in the latest Rust/Oxide release:

(13:13:04) | Error while compiling: TurretConfig.cs(547,24): error CS1061: Type `AutoTurret' does not contain a definition for `ammoType' and no extension method `ammoType' of type `AutoTurret' could be found. Are you missing an assembly reference?​
Thanks
5e3489602cca9.png Calytic
Thanks

same problem here

Waiting for the fix)
@MrPoundSign
It'd appear that you'd need to get the primary weapon of the turret. After the last update.
NoSharp
@MrPoundSign
It'd appear that you'd need to get the primary weapon of the turret. After the last update.

If you mount any rifle and try to put anything but default rifle ammo into it it will try to replace *hv ammo with default rifle ammo and will do the same thing even if you have mounted a shotgun as this ammo is chosen in config, The plugin will need to choose from a list of ammo types depending on the weapon mounted,

Locked automatically