Skip to content

Commit 014f1ee

Browse files
committed
WarMECH fix for removed value.
1 parent 9e150c3 commit 014f1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FF1RandomizerOnline/Views/Home/Randomize.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<select v-model="WarMECHMode" asp-for="Flags.WarMECHMode">
239239
<option value="0">Vanilla</option>
240240
<option value="1">Patrolling</option>
241-
<option value="3">Required</option>
241+
<option value="2">Required</option>
242242
</select>
243243
</div>
244244
<br />

0 commit comments

Comments
 (0)