From d96adead75480c1de34b2aa0b7d41fad2065fdab Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 21 Jul 2023 09:55:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=84=E4=BB=B7=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=85=B3=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/chapter/chapter_manager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/module/chapter/chapter_manager.lua b/lua/app/module/chapter/chapter_manager.lua index fe69d241..918e786f 100644 --- a/lua/app/module/chapter/chapter_manager.lua +++ b/lua/app/module/chapter/chapter_manager.lua @@ -178,7 +178,7 @@ function ChapterManager:endFightFinish(result) end function ChapterManager:tryShowEvaluationPopup(chapter) - if chapter ~= 2 then + if chapter ~= 4 then -- 改为第四章 return end UIManager:showUI("app/ui/game_setting/rate_ui")