HumanNPC - Failed to compile: "BaseProjectile.Magazine" does not contain a definition for "TryReload", and no accessible TryReload extension method could be found that accepts a first argument of type "BaseProjectile.Magazine" (possibly missing a using directive or an assembly reference). | Line: 1170, Pos: 52
Error after update - Failed to compileFixed
same 👍
same 👍
same 👍
Same 👍 - commenting to watch this space
Same :)
same...
ilineus
Thanks for this, for those untrusting:
replace line 1168:
weapon.primaryMagazine.TryReload((IAmmoContainer)npc.player.inventory);
with:
weapon.TryReloadMagazine(npc.player.inventory);
xeryax, thanks you 👍
tks... 🙌
Thank you, @xeryax
Locked automatically