Explorar o código

继续修改更新检查规则.

gwang %!s(int64=3) %!d(string=hai) anos
pai
achega
e327a51eba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Gameserver/Amfphp/service_call/InquireApi/CheckUpdate.php

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

@@ -85,7 +85,7 @@ class CheckUpdate {
             } else if (self::HaltWithMsg #                                       # 显示消息并且退出游戏
                     || $clientVer < 5                                             #  临时代码 2021.8.20 后面更新的时候需要注释掉
             ) {
-                $ret->msg = "sorry";
+                $ret->msg = "sorry, 服务暂停.";
                 $ret->err = ErrCode::clientPrintMsg_Halt;
             } else if (($newVer - $clientVer) > 0) { #                          # 修订版本号不一致, 提示更新
                 $ret->err = ErrCode::clientnewversion_msg;