Skip to content

Commit

Permalink
Update to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Substrata1 committed Sep 7, 2023
1 parent a8bdbf5 commit e2dffcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Inbound.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,7 +26,7 @@ class Inbound : RustPlugin

void OnServerInitialized(bool initial) => InitVariables();

void OnEntitySpawned(BaseHelicopter heli)
void OnEntitySpawned(PatrolHelicopter heli)
{
NextTick(() =>
{
Expand Down

0 comments on commit e2dffcd

Please sign in to comment.