Lots of images not showingFixed

I've been using this plugin for a while and I noticed today that a LOT of images aren't loading in the shop. Would this be a GUI Shop problem or image library? For example, the Barrel Costume has the default icon. It's not set to use a custom icon so it should use the icon for that item.



    "A Barrel Costume": {
      "DisplayName": "A Barrel Costume",
      "CraftAsDisplayName": false,
      "Shortname": "barrelcostume",
      "MakeBlueprint": false,
      "AllowSellOfUsedItems": false,
      "Condition": 200.0,
      "EnableBuy": true,
      "EnableSell": false,
      "Image": null,
      "SellPrice": 0.0,
      "BuyPrice": 10.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "BuyQuantity": [],
      "SellQuantity": [],
      "BuyLimit": 0,
      "BuyLimitResetCoolDown": 0,
      "SellLimit": 0,
      "SellLimitResetCoolDown": 0,
      "KitName": null,
      "Command": null,
      "RunCommandAndCustomShopItem": false,
      "GeneTypes": [],
      "SkinId": 0
    },​

I updated for this wipe. Are you on the latest update?

Updating the plugin fixed it. Thanks!

Locked automatically