Initial Starts fails: Type `Oxide.Plugins.HumanNPC' (CS1061)Solved

Hey, I got this error at initial startup (which is kind of a problem as I restart the server on a daily basis):

BradleyGuards - Failed to compile: BradleyGuards.cs(522,20): error CS1061: Type `Oxide.Plugins.HumanNPC' does not contain a definition for `SendNetworkUpdateImmediate' and no extension method `SendNetworkUpdateImmediate' of type `Oxide.Plugins.HumanNPC' could be found. Are you missing an assembly reference?

Someone's having the same problem or has a solution for it? 

do you have human npc installed along with bradley guards ?

jhReWzVTdYtpSJK.png Bazz3l

do you have human npc installed along with bradlye guards ?

When using the HumanNPC class in Rust, it'd be best to clarify which by using the global:: prefix with the class found in Rust. They would avoid this issue generally.

just pushed an update for this.

Yes, I have both of them. Thanks for this super fast fix.

Locked automatically