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?Error while compiling HumanNPC.cs after today's update
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!
TschuderhuBut it's only a temporary fix!
thanks for the temporary fix... compiling successfully now and NPCs are loading.
sorry for the delay was out of town.