소스 검색

update: 更新21

王刚 3 년 전
부모
커밋
7f8f75de85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gameserver/Amfphp/service_call/InquireApi/CheckUpdate.php

+ 1 - 1
Gameserver/Amfphp/service_call/InquireApi/CheckUpdate.php

@@ -78,7 +78,7 @@ class CheckUpdate {
                 $ret->msg = "sorry, x点到y服务暂停.";
                 $ret->err = ErrCode::clientPrintMsg_Halt;
             } else
-            if ($clientVer < 20                                                 # 临时代码 2021.8.20 后面更新的时候需要注释掉
+            if ($clientVer < 21                                                 # 临时代码 2021.8.20 后面更新的时候需要注释掉
             // || ($newVer - $clientVer) >= 10 #                                 # 版本号差异大于10=>整包更
             ) {
                 $ret->err = ErrCode::clientversionlow_err;                      # 返回错误码,强制更新1