Session 클래스 구조 살짝 수정. 호출 구조 살짝 수정.
환상향 시나리오 전콘 반영(임시)
This commit is contained in:
@@ -25,6 +25,11 @@ $me = $db->queryFirstRow(
|
||||
//턴 실행.
|
||||
checkTurn();
|
||||
|
||||
if(!$session->isGameLoggedIn()){
|
||||
header('Location:..');
|
||||
die();
|
||||
}
|
||||
|
||||
//그새 사망이면
|
||||
if ($me === null) {
|
||||
$session->logoutGame();
|
||||
|
||||
Reference in New Issue
Block a user