Using deprecated hook 'OnPlayerDie'Fixed
After today's update, i'm now receiving the following message.  Can you please take a look?  
Thanks,
James

Please ask the author to update to 'OnNpcTarget(BaseNpc npc, BaseEntity target)'
'AdminDeepCover v2.0.2' is using deprecated hook 'OnPlayerDie', which will stop working on Wednesday, 01 April 2020. Please ask the author to update to 'OnPlayerDeath(BasePlayer player, HitInfo hitInfo)'
You can ignore that
You can replace OnPlayerDie with OnPlayerDeath to stop the warnings, and eventual breakage of the plugin.
ok.. Thanks
Would i do it for every instance?
scaryjames01
ok.. Thanks
Would i do it for every instance?

Yes, OnPlayerDeath is the new name for OnPlayerDie.

5cfb5683d21ab.png Tricky
You can ignore that

I think it would be wiser to update the plugin with the new hooks to avoid misunderstandings when they are removed :)

Locked automatically