From e2dffcdc2a3410feecae3735fe83d37867c2f3f5 Mon Sep 17 00:00:00 2001 From: Substrata1 <62188329+Substrata1@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:26:02 -0400 Subject: [PATCH] Update to v0.6.4 --- Inbound.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Inbound.cs b/Inbound.cs index cb5d8f2..c35eae9 100644 --- a/Inbound.cs +++ b/Inbound.cs @@ -10,7 +10,7 @@ namespace Oxide.Plugins { - [Info("Inbound", "Substrata", "0.6.3")] + [Info("Inbound", "Substrata", "0.6.4")] [Description("Broadcasts notifications when patrol helicopters, supply drops, cargo ships, etc. are inbound")] class Inbound : RustPlugin @@ -26,7 +26,7 @@ class Inbound : RustPlugin void OnServerInitialized(bool initial) => InitVariables(); - void OnEntitySpawned(BaseHelicopter heli) + void OnEntitySpawned(PatrolHelicopter heli) { NextTick(() => {