mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Change of template
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user