To add to the above - It is also something I noticed today when I was cloaked in Alaska (Do Not Ask). Whenever cloaked with a Nomad Hybrid Cloak today (The ship I was using is Wilde.Walkuere, in case it's related to that) and this bug I've noticed before, too. Forgot about until now, and tested it again. Sure enough, Cloaked in "Liberty" region listed me in "Liberty", "Omega Border Worlds" in the Player List API.
Posts: 3,789
Threads: 144
Joined: Aug 2009
Staff roles: Server Manager Coding Dev Moderator
I believe the API used on the forums shows the text for the system nickname written to player_cloak_status.json by the game server. So this is probably some FLHook config somewhere.
Quote:update systems set region_id = 11 where name = 'Ind. Worlds';
update systems set region_id = 4 where name = 'Kusari';
update systems set region_id = 7 where name = 'Taus';
update systems set region_id = 6 where name = 'Gallia';
update systems set region_id = 2 where name = 'Liberty';
update systems set region_id = 12 where name = 'Omicrons';
update systems set region_id = 9 where name = 'Sigmas';
update systems set region_id = 5 where name = 'Rheinland';
update systems set region_id = 8 where name = 'Omegas';
update systems set region_id = 3 where name = 'Bretonia';
update systems set region_id = 3 where name = 'New London Atmosphere';