From c7e0d6d2cb6ffa99dc5b4229bfc380c2cf10ce96 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 26 Mar 2023 15:52:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=84=EC=8B=9C=EB=A1=9C=20=EB=8C=80?= =?UTF-8?q?=EB=AC=B8=EC=97=90=EC=84=9C=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EC=B2=B4=ED=81=AC=EB=A5=BC=20=EC=A7=81=EC=A0=91=20=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/index.php b/hwe/index.php index f294d530..8138554c 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -4,7 +4,7 @@ namespace sammo; include "lib.php"; include "func.php"; -Session::requireLogin()->loginGame()->setReadOnly(); +Session::requireGameLogin()->setReadOnly(); $mapName = GameConst::$mapName;