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;