cyzhao 11 месяцев назад
Родитель
Сommit
124b5a7de5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Gameserver/App/process/UserProc.php

+ 1 - 1
Gameserver/App/process/UserProc.php

@@ -58,7 +58,7 @@ class UserProc {
         FightProc::DeleteRankInvalidUser(req()->uid);
         self::delRegRole(req()->zoneid, req()->uid, ctx()->baseInfo->name);
 
-        UserProc::updateUserInfo();
+        //UserProc::updateUserInfo();
         $ret = array();
         return Resp::ok($ret);
     }