Skip to content

Commit

Permalink
Fix Inara ship locker materials reporting incorrectly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jun 1, 2021
1 parent 2043050 commit 40e9789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InaraResponder/InaraResponder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ private void handleShipLockerEvent(ShipLockerEvent @event)
// but you can set it with the `isStolen` property if you'd like.
eventData.Add(entry);
};
inaraService.EnqueueAPIEvent(new InaraAPIEvent(@event.timestamp, "resetCommanderInventory", eventData));
inaraService.EnqueueAPIEvent(new InaraAPIEvent(@event.timestamp, "setCommanderInventory", eventData));
}

private void handleDropshipDeploymentEvent(DropshipDeploymentEvent @event)
Expand Down

0 comments on commit 40e9789

Please sign in to comment.