소스 검색

修改online标志位

gwang 5 년 전
부모
커밋
fd7c0ad388
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gameserver/globals.php

+ 1 - 1
Gameserver/globals.php

@@ -15,7 +15,7 @@ define("PLAT", 'and');  # and, ios, web
 /**
  * 游戏是否上线
  */
-define("GAME_ONLINE", false);
+define("GAME_ONLINE", true);
 
 /**
  * 控制debug黑框调试输出