Broken with this update?Solved
I can't destroy roadsigns, horse corpses and perhaps also some other things..

If I disable TruePVE it works fine
Thanks to nivex on Discord managed to fix it:

Update oxide\config\TruePVE.json

    {
      "name": "dispensers",
      "members": "BaseCorpse, HelicopterDebris, PlayerCorpse, NPCPlayerCorpse, HorseCorpse",
      "exclusions": ""
    },

    {
      "name": "resources",
      "members": "ResourceEntity, TreeEntity, OreResourceEntity, LootContainer",
      "exclusions": ""
    }


Locked automatically