summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
diff options
context:
space:
mode:
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);
}
}