From 309d18bebc7ac7ac13c160806a6b3e99f8ecccfe Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 7 Apr 2019 19:55:54 +0900 Subject: [PATCH] =?UTF-8?q?[eaa9e6d840]=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20=EA=B0=80=EB=A1=9C=EB=B0=94=20=EA=B8=B8=EC=9D=B4=20?= =?UTF-8?q?=EC=A4=84=EC=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){