From b1051747eb804950b1504bccf8ab0382c0aea930 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Sat, 13 Sep 2014 22:04:52 +0200 Subject: [PATCH] Crew Monitor now displays the detailed list instead of map first Due to issues with Linux/Wine users. --- code/game/machinery/computer/crew.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/game/machinery/computer/crew.dm b/code/game/machinery/computer/crew.dm index 4796afff998..d9b0bbc433f 100644 --- a/code/game/machinery/computer/crew.dm +++ b/code/game/machinery/computer/crew.dm @@ -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()