Supply drops running twiceSolved
(23:09:33) | [FancyDrop] Random Airdrop of type 'regular' incoming at: (631, 86, -831)
(23:09:33) | [FancyDrop] Timed Airdrop initiated with command 'ad.random'
(23:09:33) | [FancyDrop] Next timed Airdrop in 50 minutes
(23:09:34) | [FancyDrop] Random Airdrop of type 'regular' incoming at: (1175, 26, -211)
(23:10:36) | [FancyDrop] SupplyDrop spawned at (X:631 Y:586 Z:-831)
(23:10:37) | [FancyDrop] SupplyDrop spawned at (X:1175 Y:526 Z:-211)
(23:12:33) | [FancyDrop] SupplyDrop landed at (X:631 Y:86 Z:-831)
(23:12:34) | [FancyDrop] SupplyDrop landed at (X:1175 Y:27 Z:-211)

 

    "CargoPlane": {
      "AnnounceNext": false,
      "Enabled": true,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00"
    }

FancyDrop:

  "Timer": {
    "Cleanup old Drops at serverstart": true,
    "Maximum minutes for random timer delay ": 60,
    "Minimum minutes for random timer delay ": 45,
    "Minimum players for timed Drop": 2,
    "Remove builtIn Airdrop": true,
    "Reset Timer after manual random drop": false,
    "Use Airdrop timer": true,
    "Used Airdrop timer command": "random"
  }
server.events 0
I just checked the logs and they've been spawning in pairs, this started to happen since I replaced EventRandomizer with AutomatedEvents.
"Use Airdrop timer": true,

That will result in double drops.

Thank you.
Locked automatically