Supply Drop in Deep Sea

This plugin prevents the request supply drop in the deep sea. It needs to be fixed and updated.

Many Thanks

You will have to provide more info on how to duplicate the issue you see.
When I test, I don't see any problem using the supply signal and airdrops.

The issue is not with Large Excavator supply drops.

The problem happens with the new Deep Sea “Request Supplies” terminal added in the Naval update.

When Excavator Lock is loaded:

  • Deep Sea terminal shows READY 100%

  • Pressing “Request Supplies” does nothing

  • No console error

If I unload ExcavatorLock, the Deep Sea supply request works instantly.

It appears that OnExcavatorSuppliesRequest is intercepting the Deep Sea ExcavatorSignalComputer as well, and returning true, which cancels the action.

Specifically this line:

 
if (!Associate.TryGetValue(computer.net.ID.Value, out armID)) returntrue;

Changing that to:

 
returnnull;

fixes the Deep Sea issue while keeping Large Excavator protection working.

It seems the Naval update now uses the same hook for Deep Sea signal computers.

Thanks for reporting the issue.   fixed like you mention  in latest release.