Adds IFF beacons to ships, allowing people to change the ship name or obfuscate it. (#14471)

This commit is contained in:
Matt Atlas
2022-08-09 15:38:43 +02:00
committed by GitHub
parent 60cd350958
commit d56dd390b8
25 changed files with 464 additions and 44 deletions

View File

@@ -37,7 +37,7 @@
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "engines_control.tmpl", "[connected.name] Engines Control", 390, 530)
ui = new(user, src, ui_key, "engines_control.tmpl", "[connected.get_real_name()] Engines Control", 390, 530)
ui.set_initial_data(data)
ui.open()
ui.set_auto_update(1)