Add counts for movement20_0 and movement21_1 (#342)

This commit is contained in:
Didiboo
2026-07-25 12:31:37 +02:00
committed by GitHub
parent a7817f9631
commit e072211319
+3 -1
View File
@@ -136,6 +136,8 @@ $totalMovements =
count($movement3_0) +
count($movement7_1) +
count($movement5_0) +
count($movement20_0) +
count($movement21_1) +
$oases -
count($movement8_1) -
count($movement9_0);
@@ -410,4 +412,4 @@ if ($totalMovements > 0) {
</tbody>
</table>';
}
?>
?>