fix: GetConst의 텍스트 수정

This commit is contained in:
2025-01-21 17:32:30 +00:00
parent 76625cf472
commit 1f556cf88c
+1 -1
View File
@@ -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;