wanggangzero před 10 měsíci
rodič
revize
94547b01ab
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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
  * @author gwang email:mail@wanggangzero.cn
  * @copyright © 2015-2-3, SJZ LoyalSoft Corporation & gwang. All rights reserved.
  * @copyright © 2015-2-3, SJZ LoyalSoft Corporation & gwang. All rights reserved.
  */
  */
-class config_dev extends config {
+class config_tap extends config {
 
 
     function _InitTester() {
     function _InitTester() {
         $this->testerArr = array(
         $this->testerArr = array(
@@ -55,4 +55,4 @@ class config_dev extends config {
     }
     }
 }
 }
 
 
-return new config_dev();
+return new config_tap();