lastExecuted를 printStaticValues에 추가

This commit is contained in:
2022-03-14 03:07:16 -07:00
parent d61143c2ad
commit 8cff55b5ed
+1
View File
@@ -130,6 +130,7 @@ if (!$otherTextInfo) {
'commandList' => getCommandTable($generalObj),
'serverNow' => TimeUtil::now(false),
'baseColor2' => GameConst::$basecolor2,
'lastExecuted' => $gameStor->turntime,
]) ?>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>