fixed errror
This commit is contained in:
parent
6a703f7311
commit
769ee7262a
@ -5,7 +5,7 @@ namespace ManiaControl\Callbacks\Structures\TrackMania\Models;
|
||||
use ManiaControl\General\UsageInformationAble;
|
||||
use ManiaControl\General\UsageInformationTrait;
|
||||
use ManiaControl\Players\Player;
|
||||
|
||||
//TODO proper return descriptions on getter methods
|
||||
/**
|
||||
* PlayerScore Model
|
||||
*
|
||||
@ -104,13 +104,14 @@ class PlayerScore implements UsageInformationAble {
|
||||
return $this->bestraceTime;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets the bestRaceTime
|
||||
*
|
||||
* @param int $bestraceTime
|
||||
*/
|
||||
public function getbestraceTime(){
|
||||
return $this->bestraceTime;
|
||||
* Gets the MapPoints
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getMatchPoints(){
|
||||
return $this->matchPoints;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user