NullReferenceException at OnEntityMountedError
[Oxide] 06:49 [Error] Failed to call hook 'OnEntityMounted' on plugin 'HelicopterHover v1.0.7' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.HelicopterHover.OnEntityMounted (BaseMountable mount, BasePlayer player) [0x00006] in :0 
  at Oxide.Plugins.HelicopterHover.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001bb] in :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 :0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 

Just a heads up, I'm also running MyMinicopter and extra seating

Do you know what causes this? Do you know if it is sitting in the seat added by extra seating that causes this?

Merged post

Ok the plugin has just been updated, it adds the ability to toggle the message that is broadcast to a player when they mount a helicopter on/off. Turning it off stops the OnEntityMounted() hook from being called which will in turn stop this error from occuring.