From 076c0cd6044a43f509e72b86e7415b311125327a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 9 Mar 2023 20:15:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EB=A1=9C=EA=B7=B8=EC=9D=B8,=20=5F119=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=A7=81=ED=81=AC=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 2 +- hwe/ts/gateway/admin_server.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/index.php b/hwe/index.php index 32c85a5e..44309ffb 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -4,7 +4,7 @@ namespace sammo; include "lib.php"; include "func.php"; -Session::requireGameLogin()->setReadOnly(); +Session::requireLogin()->loginGame()->setReadOnly(); $mapName = GameConst::$mapName; diff --git a/hwe/ts/gateway/admin_server.ts b/hwe/ts/gateway/admin_server.ts index ac0e6ce0..f97448fe 100644 --- a/hwe/ts/gateway/admin_server.ts +++ b/hwe/ts/gateway/admin_server.ts @@ -57,7 +57,7 @@ const serverAdminTemplate = '\ \ \ \ - \ + \ \ \ ';//TODO: npm install 관련 기능 추가, js/css output 경로 변경