사령부 UI 간결화, (구현은 아직), 일부 변수명 변경

This commit is contained in:
2018-11-24 22:22:27 +09:00
parent b0cc200df7
commit 52fd932fd8
17 changed files with 265 additions and 286 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ function printCommandTable() {
<?php
}
function CoreCommandTable() {
function chiefCommandTable() {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();