From 3419801eb15bf6a3a5ebb09364558ad476f5c57a Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Wed, 20 Jan 2016 18:22:59 -0500 Subject: [PATCH] Fixed ship rank. --- lib/race.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.7.4