Ejemplo n.º 1
0
 public function displayDescription(SR_Player $player)
 {
     if ($player->getLangISO() === 'bot') {
         return '';
     }
     return Shadowlang::displayItemdescr($player, $this);
 }