Explorar o código

fixed: 清除参数req

gwang %!s(int64=4) %!d(string=hai) anos
pai
achega
9495f22196
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Gameserver/Amfphp/Services/AppServer.php

+ 1 - 1
Gameserver/Amfphp/Services/AppServer.php

@@ -59,7 +59,7 @@ class AppServer {
             }
         }
         $resp->AfterProc();
-        GAME_ONLINE and self::LogCmd(req(), $resp);                             # 记录操作日志
+        GAME_ONLINE and self::LogCmd($resp);                             # 记录操作日志
         CLog::flush();                                                          # flush日志
     }