NullReferenceException at PersonalHeliComponent.get_HeliAiFixed

PersonalHeli + AutomatedEvents

The plug-in removes the helicopter that the players called

(17:11:30) | [AutomatedEvents] Killing Helicopter
(17:11:30) | Failed to call hook 'CmdCallHeliConsole' on plugin 'PersonalHeli v1.1.6' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.PersonalHeli+PersonalHeliComponent.get_HeliAi () [0x00000] in <7519d1be514347cd9560474c179b48ec>:0 
  at Oxide.Plugins.PersonalHeli+PersonalHeliComponent.OnInitChild () [0x00000] in <7519d1be514347cd9560474c179b48ec>:0 
  at Oxide.Plugins.PersonalHeli+PersonalComponent.Init (Oxide.Plugins.PersonalHeli plugin, BasePlayer player) [0x0000e] in <7519d1be514347cd9560474c179b48ec>:0 
  at Oxide.Plugins.PersonalHeli.CallHeliForPlayer (BasePlayer player) [0x000c8] in <7519d1be514347cd9560474c179b48ec>:0 
  at Oxide.Plugins.PersonalHeli.CmdCallHeliConsole (ConsoleSystem+Arg arg) [0x001c9] in <7519d1be514347cd9560474c179b48ec>:0 
  at Oxide.Plugins.PersonalHeli.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00643] in <7519d1be514347cd9560474c179b48ec>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0

After updating the plugin, it seems to me that the plugin does not always launch events. There is no tank and there was no cargo. Until I reloaded the plugin. Maybe I misconfigured after the update?
server.events: "False"
Config:

{
  "Events": {
    "Bradley": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 180,
      "MinimumTimeBetween": 90,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "CargoPlane": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 180,
      "MinimumTimeBetween": 90,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "CargoShip": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 180,
      "MinimumTimeBetween": 120,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "Chinook": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 180,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "EasterEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "HalloweenEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "Helicopter": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 240,
      "MinimumTimeBetween": 120,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "HelicopterRefuel": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "PilotEject": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "PlaneCrash": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "SantaEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "XMasEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 120,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    }
  },
  "Settings": {
    "AnnounceOnLoad": "true",
    "UnlimitedBradleys": "false",
    "UseGUIAnnouncementsPlugin": "false"
  }
}


Merged post

While rolled back to version 0.2.06
This should be addressed in the recent release.  please delete and recreate the configuration.  Please confirm this is corrected.
Locked automatically