mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
fixed typo loss_items => loss_containers
added highscores number_format so it shows 15,612,933,685 instead of 15612933685
This commit is contained in:
@@ -221,7 +221,7 @@ echo '
|
||||
</td>';
|
||||
|
||||
if($skill == POT::SKILL__LEVEL)
|
||||
echo '<td><center>' . $player['experience'] . '</center></td>';
|
||||
echo '<td><center>' . number_format($player['experience']) . '</center></td>';
|
||||
|
||||
echo '</tr>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user