Error while compiling HumanNPC.cs after today's update
Error while compiling: HumanNPC.cs(660,34): error CS1061: Type `BaseChair' does not contain a definition for `IsMounted' and no extension method `IsMounted' of type `BaseChair' could be found. Are you missing an assembly reference?

Same issue here!  BUMP

Remove Code:

if(mountable.IsMounted())

{

#if DEBUG

Interface.Oxide.LogInfo($"Someone is sitting here.");

#endif

continue;

}

Same here as well. :)

But it's only a temporary fix!

Tschuderhu

But it's only a temporary fix!

thanks for the temporary fix... compiling successfully now and NPCs are loading.

Here's a fix.

Will be uploaded shortly.

HumanNPC.cs



Merged post

Plugin is updated.

sorry for the delay was out of town.