14:28 [Error] Error while compiling HandyMan: 'PlayerInventory' does not contain a definition for 'FindItemIDs' and no accessible extension method 'FindItemIDs' accepting a first argument of type 'PlayerInventory' could be found (are you missing a using directive or an assembly reference?) | Line: 222, Pos: 50 'PlayerInventory' does not contain a definition for 'FindItemIDs'Solved
The compilation error is caused by `FindItemIDs` being outdated on line 220. To resolve this compilation error you can change `FinditemIDs` => `FindItemsByItemID`.
Even if this fixes your issue, be sure to check back here as the plugin maintainer may wish to update their own fix.
Awesome, thanks for your help. That worked.SirBlackThe compilation error is caused by `FindItemIDs` being outdated on line 220. To resolve this compilation error you can change `FinditemIDs` => `FindItemsByItemID`.
Even if this fixes your issue, be sure to check back here as the plugin maintainer may wish to update their own fix.
Locked automatically