mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44: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:
@@ -2174,7 +2174,7 @@ class OTS_Player extends OTS_Row_DAO
|
||||
throw new E_OTS_NotLoaded();
|
||||
}
|
||||
|
||||
return $this->data['loss_items'];
|
||||
return $this->data['loss_containers'];
|
||||
}
|
||||
public function setLossContainers($loss_containers)
|
||||
{
|
||||
|
Reference in New Issue
Block a user