Crew Monitor now displays the detailed list instead of map first

Due to issues with Linux/Wine users.
This commit is contained in:
PsiOmega
2014-09-13 22:04:52 +02:00
parent b2fc798809
commit b1051747eb

View File

@@ -117,10 +117,7 @@
ui.add_template("mapContent", "crew_monitor_map_content.tmpl")
// adding a template with the key "mapHeader" replaces the map header content
ui.add_template("mapHeader", "crew_monitor_map_header.tmpl")
// we want to show the map by default
ui.set_show_map(1)
ui.set_initial_data(data)
ui.open()