wanggangzero 10 달 전
부모
커밋
94547b01ab
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Gameserver/App/configs/config_tap.php

+ 2 - 2
Gameserver/App/configs/config_tap.php

@@ -8,7 +8,7 @@ namespace loyalsoft;
  * @author gwang email:mail@wanggangzero.cn
  * @copyright © 2015-2-3, SJZ LoyalSoft Corporation & gwang. All rights reserved.
  */
-class config_dev extends config {
+class config_tap extends config {
 
     function _InitTester() {
         $this->testerArr = array(
@@ -55,4 +55,4 @@ class config_dev extends config {
     }
 }
 
-return new config_dev();
+return new config_tap();