diff --git a/hwe/func.php b/hwe/func.php index c734626e..f64c9891 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -475,7 +475,8 @@ function getCommandTable(General $general){ if (!$commandObj->canDisplay()) { continue; } - $subList[Util::getClassNameFromObj($commandObj)] = [ + $subList[] = [ + 'value'=>Util::getClassNameFromObj($commandObj), 'compansation'=>$commandObj->getCompensationStyle(), 'possible'=>$commandObj->hasMinConditionMet(), 'title'=>$commandObj->getCommandDetailTitle(), diff --git a/hwe/ts/ReservedCommand.vue b/hwe/ts/ReservedCommand.vue index db797120..5ff81e69 100644 --- a/hwe/ts/ReservedCommand.vue +++ b/hwe/ts/ReservedCommand.vue @@ -132,12 +132,13 @@