==================== Type: Server Bug: The /jumpbeacon [shipname] command does not work ====================
When trying to jump to a player using the Hyperspace Matrix Mk1, the server would not recognize the command necessary to do that. @"Auzari" brought this to our attention and it was verified by one of my Vagrant members.
Posts: 3,789
Threads: 144
Joined: Aug 2009
Staff roles: Server Manager Coding Dev Moderator
@PhoenixClaw thinks he's found the cause of this - it's based on the source system. In certain systems an exception will occur (due to Universe::get_system(someSystemID)->strid_name where someSystemID has not been set). There's a PR at https://github.com/DiscoveryGC/FLHook/pull/126 I need to review.