git://git.furryclan.net
/
furrycat
/
race-o-matic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48bc3ad
)
Fixed ship rank.
author
CMDR furrycat
<elite@furrycat.net>
Wed, 20 Jan 2016 23:22:59 +0000
(18:22 -0500)
committer
CMDR furrycat
<elite@furrycat.net>
Wed, 20 Jan 2016 23:22:59 +0000
(18:22 -0500)
lib/race.php
patch
|
blob
|
history
diff --git
a/lib/race.php
b/lib/race.php
index
d02f2c6
..
e97b4fe
100644
(file)
--- 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);
}