Failed to call hook 'OnLootEntityEnd' on plugin 'LootSnitch v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.LootSnitch.OnLootEntityEnd (BasePlayer player, LootableCorpse corpse) [0x00033] in <6206059401cc48e395f2aa1ec10d7205>:0
at Oxide.Plugins.LootSnitch.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0005b] in <6206059401cc48e395f2aa1ec10d7205>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
NullReferenceException at OnLootEntityEndFixed
I'll work on it later today. Thanks for notifying me.
Merged post
Looks like the NRE was coming from looting a scientist, then trying to find a player by the steam id...of a scientist. As such, trying to access members of a null object were throwing errors.
This has been fixed as of v1.0.7. Please wait for it to be updated on uMod, or by contacting me on discord
Merged post
Looks like the NRE was coming from looting a scientist, then trying to find a player by the steam id...of a scientist. As such, trying to access members of a null object were throwing errors.
This has been fixed as of v1.0.7. Please wait for it to be updated on uMod, or by contacting me on discord
August#7802 Locked automatically