Im getting error after update to Oxide today and cant make undestructible base , when I set the undestruct flag i get :
NullReferenceException: Object reference not set to an instance of an object
at Oxide.Plugins.ZoneManager+Zone.OnTriggerEnter (UnityEngine.Collider col) [0x000c2] in <b4877380f2724760876a6efcd6564734>:0
(Filename: <b4877380f2724760876a6efcd6564734> Line: 0)
Invalid Position: chicken.corpse[276701] (-716.5, -500.2, 1673.9) (destroying)
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)
Config file is :
{
"Autolight Options": {
"Time to turn lights on": 18.0,
"Time to turn lights off": 8.0,
"Lights require fuel to activate automatically": true
},
"Notification Options": {
"Display notifications via PopupNotifications": false,
"Chat prefix": "[Zone Manager] :",
"Chat color (hex)": "#d85540"
},
"NPC players can deal player damage in zones with PvpGod flag": false,
"Allow decay damage in zones with Undestr flag": false,
"Version": {
"Major": 3,
"Minor": 0,
"Patch": 91
}
}
Zone Data Json
{
"definitions": [
{
"Name": "The Shop ",
"Radius": 30.0,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 0.0,
"SafeZone": false,
"Location": "73.00481 35.9446 224.4877",
"Size": "0 0 0",
"Rotation": "0 0 0",
"Id": "93603395",
"ParentID": null,
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "AutoLights, UnDestr, NoDecay"
}
]
}