[eaa9e6d840]불필요한 가로바 길이 줄임

This commit is contained in:
2019-04-07 19:55:54 +09:00
parent ec22926189
commit 309d18bebc
+1 -1
View File
@@ -451,7 +451,7 @@ function printCommandTable(General $generalObj) {
foreach(GameConst::$availableGeneralCommand as $commandCategory => $commandList){
if($commandCategory){
commandGroup("========= {$commandCategory} ==========");
commandGroup("======= {$commandCategory} =======");
}
foreach($commandList as $commandClassName){