summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-04-07 23:36:26 +0200
committerAki <please@ignore.pl>2024-04-07 23:36:26 +0200
commit3b1776352524c9f24b478260e18cb04d2d27efb5 (patch)
tree6a688b9afdd434cfbd63027251c4a4faabb72e3b /StarsEx
parent6e22c4d8cffac1433f02712086a6400ab32cdece (diff)
downloadstarshatter-3b1776352524c9f24b478260e18cb04d2d27efb5.zip
starshatter-3b1776352524c9f24b478260e18cb04d2d27efb5.tar.gz
starshatter-3b1776352524c9f24b478260e18cb04d2d27efb5.tar.bz2
Fixed Quantum jumps not taking neighbours for a ride
Diffstat (limited to 'StarsEx')
-rw-r--r--StarsEx/Sim.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/StarsEx/Sim.cpp b/StarsEx/Sim.cpp
index 5e49cb0..965ee76 100644
--- a/StarsEx/Sim.cpp
+++ b/StarsEx/Sim.cpp
@@ -1664,6 +1664,7 @@ Sim::ResolveHyperList()
}
ProcessEventTrigger(MissionEvent::TRIGGER_JUMP, 0, s->Name());
+ NetUtil::SendObjHyper(s, dest->Name(), jump->loc, jump->fc_src, jump->fc_dst, jump->type);
}
}