示例#1
0
文件: SR_Item.php 项目: sinfocol/gwf3
 public function displayDescription(SR_Player $player)
 {
     if ($player->getLangISO() === 'bot') {
         return '';
     }
     return Shadowlang::displayItemdescr($player, $this);
 }