Adding python_nx to SHIP_FD_NAME_TO_CORIOLIS_NAME to fix import issue with Python Mk II

This commit is contained in:
Alex Williams
2024-05-11 22:35:23 +01:00
committed by Felix Linker
parent 9fc6508be4
commit 5d54eb8862

View File

@@ -34,6 +34,7 @@ export const SHIP_FD_NAME_TO_CORIOLIS_NAME = {
'Krait_Light': 'krait_phantom',
'Orca': 'orca',
'Python': 'python',
'Python_nx': 'python_nx',
'SideWinder': 'sidewinder',
'Type6': 'type_6_transporter',
'Type7': 'type_7_transport',