I've noticed today that I've started getting a red error in my console. I do not know if this is bad, or even what it's for.
Failed to call hook 'OnLootNetworkUpdate' on plugin 'PlayerLootLogs v1.2.0' (ArgumentNullException: Value cannot be null.
Parameter name: source)
at System.Linq.Enumerable.SelectMany[TSource,TResult] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x0000d] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at Oxide.Plugins.PlayerLootLogs+LootItem.FromContainers (ItemContainer[] containers) [0x00000] in <84a18e8542474a00a18c08e4dd0d50c0>:0
at Oxide.Plugins.PlayerLootLogs+LootItem.GetItems (BaseEntity baseEntity) [0x00065] in <84a18e8542474a00a18c08e4dd0d50c0>:0
at Oxide.Plugins.PlayerLootLogs+LootEvent.UpdateItems () [0x00020] in <84a18e8542474a00a18c08e4dd0d50c0>:0
at Oxide.Plugins.PlayerLootLogs+LootEvent..ctor (BasePlayer player, BaseEntity baseTarget) [0x0003d] in <84a18e8542474a00a18c08e4dd0d50c0>:0
at Oxide.Plugins.PlayerLootLogs.EnterLootEvent (BasePlayer player, BaseEntity target) [0x00102] in <84a18e8542474a00a18c08e4dd0d50c0>:0
at Oxide.Plugins.PlayerLootLogs.OnLootNetworkUpdate (PlayerLoot loot) [0x00018] in <84a18e8542474a00a18c08e4dd0d50c0>:0
at Oxide.Plugins.PlayerLootLogs.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002a7] in <84a18e8542474a00a18c08e4dd0d50c0>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>: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