the new update is conflicting with patrol helicopter every time someone spawns one gui notifys patrol inbound despawn mini patrol has left mini crashes patrol has been taken down is there a fix for this please
New update conflictingNot An Issue
That is not an issue with this plugin. The issue is that previously other plugins would identify patrol helis according to whether an entity derived from the BaseHelicopter class. Previously, minicopters did not derive from BaseHelicopter, but that changed with the recent Rust update, so now every helicopter type derives from BaseHelicopter. Other plugins which are looking for BaseHelicopter in order to determine whether the entity is a patrol heli, need to change to start looking for the PatrolHelicopter class instead.
Locked automatically