fix: 접속자, 접속량 계산에 문제가 있던 부분 수정
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ include "func.php";
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game_env');
|
||||
|
||||
increaseRefresh("갱신정보", 2);
|
||||
increaseRefresh("갱신정보", 1);
|
||||
|
||||
$admin = $gameStor->getValues(['year', 'month', 'refresh', 'maxrefresh', 'maxonline']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user