NullReferenceException at GiveItemFixed

Hi Wulf

Any idea whats wrong with this error please, thanks

20:33 [Error] Failed to call hook 'GiveAllCommand' on plugin 'Give v3.0.2' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Give.GiveItem (IPlayer target, System.String itemNameOrId, Int32 amount, System.String container) [0x00000] in <filename unknown>:0
  at Oxide.Plugins.Give.GiveAllCommand (IPlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
  at Oxide.Plugins.Give.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
How exactly are you using the command?
/giveall <item id or item name> [amount]

Should be fixed in the latest version.

Locked automatically