From: CMDR furrycat Date: Wed, 20 Jan 2016 23:22:59 +0000 (-0500) Subject: Fixed ship rank. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=3419801eb15bf6a3a5ebb09364558ad476f5c57a;p=furrycat%2Frace-o-matic.git Fixed ship rank. --- diff --git a/lib/race.php b/lib/race.php index d02f2c6..e97b4fe 100644 --- a/lib/race.php +++ b/lib/race.php @@ -364,7 +364,7 @@ else $ship_entries[$hull_id] = 1; $p = $position++; - $s = count($ship_entries[$hull_id]); + $s = $ship_entries[$hull_id]; } show_entry($entry, $allotted_time, $p, $r, $s, $n++, $type, $prizewinners); }