Skip to content

Commit

Permalink
Add Cargo transfer event.
Browse files Browse the repository at this point in the history
Resolves #2621.
  • Loading branch information
Tkael authored and bcthund committed Jun 26, 2024
1 parent 8621e1a commit 6dc6d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Full details of the variables available for each noted event, and VoiceAttack integrations, are available in the individual [event pages](https://github.com/EDCD/EDDI/wiki/Events).

## 4.1.0-a1

* Events
* `Cargo Transfer` added. (#2621)

## 4.0.4
* Core
Expand Down
2 changes: 1 addition & 1 deletion JournalMonitor/JournalMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5038,7 +5038,7 @@ MicroResource GetResource( IDictionary<string, object> resourceData )
}
handled = true;
break;
case "CargoTransfer": // Could use for cargo transfers between ship and fleet carrier; the `Cargo` event already keeps ship and SRV cargo up to date.
case "CargoTransfer":
{
var toShip = new List<CommodityAmount>();
var toSRV = new List<CommodityAmount>();
Expand Down

0 comments on commit 6dc6d91

Please sign in to comment.