From b6c456c3d9031d9e3b7e61e98a5739b25d944774 Mon Sep 17 00:00:00 2001 From: Roberto <36681655+Qwatayean@users.noreply.github.com> Date: Mon, 30 Apr 2018 09:41:44 +0000 Subject: [PATCH] Issue #52 With this change, the first mission is autoselected. In case only one mission exists, this mission will be autoselected. --- styles/templates/game/page.fleetStep2.default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/templates/game/page.fleetStep2.default.tpl b/styles/templates/game/page.fleetStep2.default.tpl index a3b33e443..43e62355d 100644 --- a/styles/templates/game/page.fleetStep2.default.tpl +++ b/styles/templates/game/page.fleetStep2.default.tpl @@ -16,7 +16,7 @@ {foreach $MissionSelector as $MissionID} -
+
{if $MissionID == 17}
{$LNG.fl_transfer_alert_message}

{/if} {if $MissionID == 15}
{$LNG.fl_expedition_alert_message}

{/if} {if $MissionID == 11}
{$fl_dm_alert_message}

{/if}