Hi, is it possible to prevent GUIA from sending airdrop info by using new BradleyDrops plugin?
From dev page

Plugin Developers:

The following hooks are available to use in your plugins to check custom Signals, Cargo Planes and Supply Drops to avoid conflict with your plugins.

  • Interface.CallHook("IsBradleyDropSignal", skinID)
  • Interface.CallHook("IsBradleyDropPlane", skinID)
  • Interface.CallHook("IsBradleyDrop", skinID)

They will return true if the entity.skinID matches a Bradley Drops entity, and return null if not.