Creating item with less than 1 amountSolved

Hello, getting spammed with:

 o.load QuickSmelt
Calling 'OnServerInitialized' on 'QuickSmelt v5.1.3' took 103ms
Loaded plugin Quick Smelt v5.1.3 by Iv Misticos
Creating item with less than 1 amount! (Charcoal)
NullReferenceException: Object reference not set to an instance of an object
Creating item with less than 1 amount! (Charcoal)
NullReferenceException: Object reference not set to an instance of an object
> o.unload QuickSmelt
Calling 'Unload' on 'QuickSmelt v5.1.3' took 113ms
Unloaded plugin Quick Smelt v5.1.3 by Iv Misticos

config:

{
  "Use Permission": true,
  "Speed Multipliers": {
    "global": 5
  },
  "Fuel Usage Speed Multipliers": {
    "global": 3
  },
  "Fuel Usage Multipliers": {
    "global": 3
  },
  "Output Multipliers": {
    "global": {
      "charcoal": 0.50
    }
  },
  "Whitelist": {
    "global": []
  },
  "Blacklist": {
    "global": []
  },
  "Smelting Frequencies (Smelt items every N smelting ticks)": {
    "global": 3
  },
  "Debug": false
}

permission set to default group.

version
Protocol: 2275.202.1
Build Date: 01/11/2021 11:00:25
Unity Version: 2019.4.7f1
Changeset: 57492
Branch: release
> o.version
Oxide.Rust Version: 2.0.4882


edit: apparently it's 0.50 the problem? someone can confirm it? ive modified 0.5 to 1.0 and it work without spamming

Since you only get 1 charcoal at once, there is no way to create an item with 0 amount.

ok it confirm this, thanks

Locked automatically