diff --git a/hwe/func.php b/hwe/func.php index 3aa49cc5..ed02ff0d 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -451,7 +451,7 @@ function printCommandTable(General $generalObj) { foreach(GameConst::$availableGeneralCommand as $commandCategory => $commandList){ if($commandCategory){ - commandGroup("========= {$commandCategory} =========="); + commandGroup("======= {$commandCategory} ======="); } foreach($commandList as $commandClassName){