NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.ZoneManager+Zone.OnTriggerEnter (UnityEngine.Collider col) [0x000c2] in <b4877380f2724760876a6efcd6564734>:0

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"
}
]
}

After Patch:
Oxide.Rust Version: 2.0.5151
Following flags mark error and for example undestructible bases are not working
/zone name "Tests" undestr true enabled true nodecay true autolights true auth true nodeploy false nobuild false radius 30

I'm getting a few of them...

NullReferenceException: Object reference not set to an instance of an object

  at Oxide.Plugins.ZoneManager+Zone.OnTriggerEnter (UnityEngine.Collider col) [0x0005f] in :0 




Failed to call hook 'Unload' on plugin 'ZoneManager v3.0.23' (NullReferenceException: )

  at (wrapper managed-to-native) UnityEngine.Component.get_gameObject(UnityEngine.Component)

  at Oxide.Plugins.ZoneManager.DestroyUpdateBehaviour () [0x0000e] in :0 

  at Oxide.Plugins.ZoneManager.Unload () [0x00000] in :0 

  at Oxide.Plugins.ZoneManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00fda] in :0 

  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0 

  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0 

  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0  

Unloaded plugin Zone Manager v3.0.23 by k1lly0u 



​


It's spamming that first one A LOT.