Skip to content

Commit

Permalink
Fix Meph Config Update run_settings_components.gohtml (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
braccali1 authored Feb 2, 2025
1 parent 5c53c0d commit 16f4abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/templates/run_settings_components.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<fieldset>
<label><input type="checkbox" name="gameMephistoKillCouncilMembers" {{ if .Config.Game.Mephisto.KillCouncilMembers }}checked{{ end }}> Kill council members</label>
<label><input type="checkbox" name="gameMephistoOpenChests" {{ if .Config.Game.Mephisto.OpenChests }}checked{{ end }}> Open chests</label>
<label><input type="checkbox" name="gameMephistoOpenChests" {{ if .Config.Game.Mephisto.ExitToA4 }}checked{{ end }}> Leave through red portal</label>
<label><input type="checkbox" name="gameMephistoExitToA4" {{ if .Config.Game.Mephisto.ExitToA4 }}checked{{ end }}> Leave through red portal</label>
</fieldset>
{{ end }}

Expand Down

0 comments on commit 16f4abd

Please sign in to comment.