Using deprecated hook 'OnPlayerActiveItemChanged'Fixed
Hey, I'm getting this message in the Admin Console:

 'LootScanner v0.3.1' is using deprecated hook 'OnPlayerActiveItemChanged', which will stop working on Wednesday, 01 January 2020. Please ask the author to update to 'OnActiveItemChanged(BasePlayer player, Item oldItem, Item newItem)'​

 

Will you be updating the plugin? I really like the plugin!

Same. 

Change Made:

Original Line 148: private void OnPlayerActiveItemChanged(BasePlayer player, Item oldItem, Item newItem)

New Line 148: private void OnActiveItemChanged(BasePlayer player, Item oldItem, Item newItem)

Locked automatically