Change of template

This commit is contained in:
Atermonera
2018-03-29 18:16:04 -07:00
committed by GitHub
parent 25c84c82fc
commit a54522751b

View File

@@ -131,7 +131,7 @@
ui = nanomanager.try_update_ui(user, user, id, ui, data, force_open) ui = nanomanager.try_update_ui(user, user, id, ui, data, force_open)
if(!ui) if(!ui)
// Don't copy-paste this unless you're making a pAI software module! // Don't copy-paste this unless you're making a pAI software module!
ui = new(user, user, id, "pai_manifest.tmpl", "Crew Manifest", 450, 600) ui = new(user, user, id, "crew_manifest.tmpl", "Crew Manifest", 450, 600)
ui.set_initial_data(data) ui.set_initial_data(data)
ui.open() ui.open()
ui.set_auto_update(1) ui.set_auto_update(1)