fix location not updating on carrier jumps

This commit is contained in:
2024-01-29 18:23:19 +01:00
parent d6e2280a00
commit 9994a45d06
5 changed files with 77 additions and 0 deletions

View File

@@ -665,6 +665,7 @@ public class TransactionParser {
{
{ Events.ApproachSettlement, new ApproachSettlementParser() },
{ Events.CapShipBond, new CapShipBondParser() },
{ Events.CarrierJump, new CarrierJumpParser() },
{ Events.Commander, new CommanderParser() },
{ Events.CommitCrime, new CommitCrimeParser() },
{ Events.Died, new DiedParser() },