Error when entering the gameFixed

Failed to call hook 'OnPlayerLootEnd' on plugin 'Trashcan v1.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Trashcan.OnPlayerLootEnd (PlayerLoot inventory) [0x00038] in <910bcb31489d4f73bbdca54deb5db6b4>:0 at Oxide.Plugins.Trashcan.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00141] in <910bcb31489d4f73bbdca54deb5db6b4>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0

Does this stop anything from working at all? I can't seem to get this error to happen for me on my server. It's possibly conflicting with another mod.

Might actually need a null check for the entityOwner in your hook usage.

Alright, I did an update adding a check for that. Let me know if the error persists and I'll try to look into it more. Thanks

Locked automatically