added authlevel button functions

This commit is contained in:
kremsy
2013-12-26 11:25:10 +01:00
parent b6de851d20
commit c7e8014ad5
4 changed files with 110 additions and 22 deletions

View File

@ -43,11 +43,10 @@ class Player {
}
$this->pid = $rpcInfos['PlayerId'];
$this->login = $rpcInfos['Login'];
$this->nickname = Formatter::stripCodesWithoutColors($rpcInfos['NickName']);
$this->nickname = Formatter::stripCodesWithoutColors($rpcInfos['NickName']); //TODO don't remove $s, $i
$this->path = $rpcInfos['Path'];
$this->language = $rpcInfos['Language'];
$this->avatar = $rpcInfos['Avatar']['FileName'];
$this->allies = $rpcInfos['Allies'];
$this->clubLink = $rpcInfos['ClubLink'];
$this->teamId = $rpcInfos['TeamId'];