Howdy,
I figured I would let you know of an error I noticed today on my server with regards to the bank plugin. I have the plugin Bag of Holding on my server, and a player placed one of these into their bank. Now everytime the player attempts to open their bank it throws the following error in the RCON. I am likely going to have to manually delete the bags of holding from that players bank so they can open the interface again. I suspect it is because they had the bag set to gather resources inside their bank.
Just a heads up and Ty,
Tim
Error listed below:
Failed to call hook 'cmdBank' on plugin 'Bank v1.0.52' (NullReferenceException: Object reference not set to an instance of an object) at Item.CanMoveTo (ItemContainer newcontainer, System.Int32 iTargetPos) [0x0000b] in :0
at Item.MoveToContainer (ItemContainer newcontainer, System.Int32 iTargetPos, System.Boolean allowStack, System.Boolean ignoreStackLimit, BasePlayer sourcePlayer) [0x0018a] in :0
at Oxide.Plugins.Bank+BankProfile.PopulateContainer (BasePlayer player, ItemContainer container, System.Collections.Generic.List`1[T] items) [0x00156] in <5d3ba011bb624d76937e3ed0a8c3fdb3>:0
at Oxide.Plugins.Bank+BankProfile.PopulateContainer (BasePlayer player, ItemContainer container, System.Collections.Generic.List`1[T] items) [0x000f2] in <5d3ba011bb624d76937e3ed0a8c3fdb3>:0
at Oxide.Plugins.Bank+BankProfile.GetContainer (BasePlayer player, System.Int32 slots) [0x00062] in <5d3ba011bb624d76937e3ed0a8c3fdb3>:0
at Oxide.Plugins.Bank.OpenBank (BasePlayer player, BaseEntity targArg) [0x0014a] in <5d3ba011bb624d76937e3ed0a8c3fdb3>:0
at Oxide.Plugins.Bank.ShowBank (BasePlayer player, BaseEntity target) [0x00269] in <5d3ba011bb624d76937e3ed0a8c3fdb3>:0
at Oxide.Plugins.Bank.cmdBank (BasePlayer player, System.String command, System.String[] args) [0x0000c] in <5d3ba011bb624d76937e3ed0a8c3fdb3>:0
at Oxide.Plugins.Bank.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ee6] in <5d3ba011bb624d76937e3ed0a8c3fdb3>: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