Can't load since changing loottable for supplydrop
Dear Community,
i need youre help. Oxide gives me this error:
(17:12:34) | [RCON][91.114.187.195:64679] oxide.load BetterLoot

(17:12:34) | [BetterLoot] JSON error in 'LootTables' > Line: 2531 | LootTables['assets/prefabs/misc/supply drop/supply_drop.prefab'].ItemList['lmg.m249']

(17:12:34) | Unloaded plugin BetterLoot v3.0.0 by FuJiCuRa / dcode

(17:12:34) | [BetterLoot] Updating internals ...

(17:12:34) | Loaded plugin BetterLoot v3.0.0 by FuJiCuRa / dcode

(17:12:35) | [BetterLoot] Removed 21 stacked LootContainer

(17:12:35) | Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.BetterLoot.PopulateContainer (LootContainer container) [0x0000c] in <05b976262cb04813be133ecac156b14e>:0

at Oxide.Plugins.BetterLoot.<UpdateInternals>m__0 () [0x000b2] in <05b976262cb04813be133ecac156b14e>:0

at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <4452f821def6406d834e4149849fe7ea>:0​


My Loottable looks like:

"assets/prefabs/misc/supply drop/supply_drop.prefab": {
      "Enabled": true,
      "ItemList": {
		"lmg.m249": {
          "Max": 1,
          "Min": 1
        },
		"keycard_red" {
          "Max": 1,
          "Min": 1
        },
		"trap.landmine" {
          "Max": 2,
          "Min": 1
        },
		"roadsigns" {
          "Max": 10,
          "Min": 5
        },
		"shotgun.spas12": {
          "Max": 1,
          "Min": 1
        },
        "smg.2": {
          "Max": 1,
          "Min": 1
        },
        "smg.mp5": {
          "Max": 1,
          "Min": 1
        },
        "smg.thompson": {
          "Max": 1,
          "Min": 1
        },
        "targeting.computer": {
          "Max": 1,
          "Min": 1
        },
		"explosive.timed": {
          "Max": 10,
          "Min": 1
		},
        "pistol.m92": {
          "Max": 1,
          "Min": 1
        },
        "rifle.ak": {
          "Max": 1,
          "Min": 1
        },
        "rifle.bolt": {
          "Max": 1,
          "Min": 1
        },
        "rifle.l96": {
          "Max": 1,
          "Min": 1
        },
        "rifle.lr300": {
          "Max": 1,
          "Min": 1
        },
        "rifle.m39": {
          "Max": 1,
          "Min": 1
        },
		"flamethrower": {
          "Max": 1,
          "Min": 1
        },
		"samsite": {
          "Max": 1,
          "Min": 1
        },
		"ammo.rocket.sam": {
          "Max": 3,
          "Min": 1
        },
		"explosives": {
          "Max": 100,
          "Min": 10
        },
        "ammo.pistol": {
          "Max": 250,
          "Min": 30
        },
		"ammo.pistol.hv": {
          "Max": 250,
          "Min": 30
        },
		"ammo.pistol.incendiary": {
          "Max": 250,
          "Min": 30
        },
        "ammo.rifle": {
          "Max": 250,
          "Min": 30
        },
        "ammo.rifle.explosive": {
          "Max": 250,
          "Min": 30
        },
        "ammo.rifle.hv": {
          "Max": 250,
          "Min": 30
        },
        "ammo.rifle.incendiary": {
          "Max": 250,
          "Min": 30
        },
        "ammo.rocket.fire": {
          "Max": 5,
          "Min": 2
        },
		"ammo.rocket": {
          "Max": 5,
          "Min": 2
        },
        "ammo.rocket.hv": {
          "Max": 5,
          "Min": 3
        },
        "ammo.shotgun": {
          "Max": 20,
          "Min": 10
        },
		"ammo.shotgun.fire": {
          "Max": 20,
          "Min": 10
        },
		"ammo.shotgun.slug": {
          "Max": 20,
          "Min": 10
        },
        "autoturret": {
          "Max": 1,
          "Min": 1
		  },
		  "rocket.launcher": {
          "Max": 1,
          "Min": 1
        },
		"grenade.f1": {
          "Max": 10,
          "Min": 3
        },
		"metal.facemask": {
          "Max": 1,
          "Min": 1
        },
        "metal.plate.torso": {
          "Max": 1,
          "Min": 1
        },
		"explosive.satchel": {
          "Max": 30,
          "Min": 10
        },
		"techparts": {
          "Max": 25,
          "Min": 10
        },
		"cctv.camera": {
          "Max": 1,
          "Min": 1
        }
      },
      "ItemsMax": 20,
      "ItemsMin": 8,
      "MaxBPs": 0,
      "Scrap": 300
    },


I searched the complete loottable for errors, can't find anything. Do you?

Best regards,
Mikebazz

In response to Mikebazz ():
Dear Community,
i need youre help. Oxide gives me this error:
(17:12:34) | [RCON][91.114....
You messed something up while editing

bf9fbf0f172105111b15c3834f115fab.png

Open the original file that is unedited and edit on this site to see what you do wrong: https://jsonlint.com/