diff --git a/hwe/sammo/API/Global/GetConst.php b/hwe/sammo/API/Global/GetConst.php index 951f71c3..b8693992 100644 --- a/hwe/sammo/API/Global/GetConst.php +++ b/hwe/sammo/API/Global/GetConst.php @@ -261,7 +261,7 @@ class GetConst extends \sammo\BaseAPI $crewtypeMap[$crewtypeObj->id] = [ 'value'=>(string)$crewtypeObj->id, 'name'=>$crewtypeObj->name, - 'info'=>$crewtypeObj->info, + 'info'=>$crewtypeObj->getInfo(), ]; } $iActionInfo['crewtype'] = $crewtypeMap;