From 3969c47f078079abe5a7210bc499dd4221145843 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 26 Mar 2023 15:55:38 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=EC=9E=84=EC=8B=9C=EB=A1=9C=20?= =?UTF-8?q?=EB=8C=80=EB=AC=B8=EC=97=90=EC=84=9C=20=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=B8=20=EC=B2=B4=ED=81=AC=EB=A5=BC=20=EC=A7=81=EC=A0=91=20?= =?UTF-8?q?=ED=95=98=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 This reverts commit c7e0d6d2cb6ffa99dc5b4229bfc380c2cf10ce96. --- hwe/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/index.php b/hwe/index.php index 8138554c..f294d530 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;