forked from devsam/core
fix: index.php인경우 Session에 gameLogin 필요
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ namespace sammo;
|
||||
|
||||
include "lib.php";
|
||||
include "func.php";
|
||||
DummySession::getInstance();
|
||||
Session::requireGameLogin()->setReadOnly();
|
||||
|
||||
$mapName = GameConst::$mapName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user