NullReferenceException: Object reference not set to an instance of an object
at Oxide.Plugins.HeavyOilRigEvent.DeployHackableCrates () [0x00062] in <4f0e033676824ceb84eee70691a91f5c>:0
at Oxide.Plugins.HeavyOilRigEvent.SetupHeavyOilRig (System.Boolean isManual) [0x000a0] in <4f0e033676824ceb84eee70691a91f5c>:0
at Oxide.Plugins.HeavyOilRigEvent+<RunHeavyOilRigEvent>d__38.MoveNext () [0x000ac] in <4f0e033676824ceb84eee70691a91f5c>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <935634f5cc14479dbaa30641d55600a9>:0
UnityEngine.MonoBehaviour:StartCoroutineManaged2(MonoBehaviour, IEnumerator)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
Oxide.Plugins.HeavyOilRigEvent:cmdHeavyOilStart(IPlayer, String)
Oxide.Plugins.HeavyOilRigEvent:DirectCallHook(String, Object&, Object[])
Oxide.Plugins.CSharpPlugin:InvokeMethod(HookMethod, Object[])
Oxide.Core.Plugins.CSPlugin:OnCallHook(String, Object[])
Oxide.Core.Plugins.Plugin:CallHook(String, Object[])
Oxide.Plugins.<>c__DisplayClass7_0:<HandleAddedToManager>b__0(IPlayer, String, String[])
Oxide.Core.Plugins.Plugin:CovalenceCommandCallback(IPlayer, String, String[])
Oxide.Game.Rust.Libraries.Covalence.RustCommandSystem:CommandCallback(IPlayer, String, String[])
Oxide.Core.Libraries.Covalence.CommandHandler:HandleCommand(IPlayer, String, String[])
Oxide.Core.Libraries.Covalence.CommandHandler:HandleChatMessage(IPlayer, String)
Oxide.Game.Rust.Libraries.Covalence.RustCommandSystem:HandleChatMessage(IPlayer, String)
Oxide.Game.Rust.RustCore:TryRunPlayerCommand(BasePlayer, String, String)
Oxide.Game.Rust.RustCore:IOnPlayerChat(UInt64, String, String, ChatChannel, BasePlayer)
System.Reflection.RuntimeMethodInfo:InternalInvoke(RuntimeMethodInfo, Object, Object[], Exception&)
System.Reflection.RuntimeMethodInfo:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Reflection.MethodBase:Invoke(Object, Object[])
Oxide.Core.Plugins.CSPlugin:InvokeMethod(HookMethod, Object[])
Oxide.Core.Plugins.CSPlugin:OnCallHook(String, Object[])
Oxide.Core.Plugins.Plugin:CallHook(String, Object[])
Oxide.Core.Plugins.PluginManager:CallHook(String, Object[])
Oxide.Core.OxideMod:CallHook(String, Object[])
Oxide.Core.Interface:CallHook(String, Object[])
Oxide.Core.Interface:CallHook(String, Object, Object, Object, Object, Object)
ConVar.<sayAs>d__19:MoveNext()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start(<sayAs>d__19&)
ConVar.Chat:sayAs(ChatChannel, UInt64, String, String, BasePlayer)
ConVar.Chat:sayImpl(ChatChannel, Arg)
ConVar.Chat:say(Arg)
<>c:<.cctor>b__2_663(Arg)
ConsoleSystem:Internal(Arg)
ConsoleSystem:Run(Option, String, Object[])
ConsoleNetwork:OnClientCommand(Message)
ServerMgr:OnNetworkMessage(Message)
Facepunch.Network.Raknet.Server:ProcessRead(NetRead)
Network.BaseNetwork:Cycle()
ServerMgr:Update()