Skip to content

Commit

Permalink
fix ticket-0087
Browse files Browse the repository at this point in the history
  • Loading branch information
g5bot committed Dec 7, 2023
1 parent b0ecfd8 commit 7666073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/colony/menu/orbitalmanagement.twig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{% if ship.canMan %}
<div>
<input type="checkbox" name="man[{{ shipId }}]" />
<span>Hochbeamen</span> ({{ ship.getCrewCount }}/{{ ship.getBuildplangetCrew }})
<span>Hochbeamen</span> ({{ ship.getCrewCount }}/{{ ship.getBuildplan.getCrew }})
</div>
{% else %}
{% if ship.getCrewCount %}
Expand Down

0 comments on commit 7666073

Please sign in to comment.