Skip to content

Commit

Permalink
game state
Browse files Browse the repository at this point in the history
  • Loading branch information
n-at committed Apr 8, 2024
1 parent 2dc9319 commit e8b2946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/game_menu.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% if game_menu_play %}
<a class="dropdown-item" href="/play/{{ game.Id }}">Play</a>
{% if game.LatestSaveState.StateFileDownloadLink %}
<a class="dropdown-item" href="/play/{{ game.Id }}?state={{ game.LatestSaveState.Id }}">Continue from latest save state</a>
<a class="dropdown-item" href="/play/{{ game.Id }}?state={{ game.LatestSaveState.Id }}">Continue from latest game state</a>
{% endif %}
<div class="dropdown-divider"></div>
{% endif %}
Expand Down

0 comments on commit e8b2946

Please sign in to comment.