Fixed ship rank.
authorCMDR furrycat <elite@furrycat.net>
Wed, 20 Jan 2016 23:22:59 +0000 (18:22 -0500)
committerCMDR furrycat <elite@furrycat.net>
Wed, 20 Jan 2016 23:22:59 +0000 (18:22 -0500)
lib/race.php

index d02f2c6..e97b4fe 100644 (file)
             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);
         }