Correct usage for OnQuarryGather?Solved
Todays Oxide update:
  • Reverted OnQuarryGather 2nd argument to Item

What does this mean, whats the correct usage and is this change reflected in the API Documentation page.

Thanks in advance.
 
OnQuarryGather(MiningQuarry, Item)
So when I update Oxide to todays version:

private void OLD_OnQuarryGather(MiningQuarry quarry, Item item) <---- Use this again? or Stick with private void OnQuarryGather(MiningQuarry quarry, List<ResourceDepositManager.ResourceDeposit.ResourceDepositEntry> items) ?
OnQuarryGather(MiningQuarry quarry, Item item)

That is the current one.
Thank you Wulf, stay safe. 
Locked automatically