From 2566c9ce3cbf0425a05209e3184d23d1bed232e7 Mon Sep 17 00:00:00 2001 From: kuangthree Date: Tue, 10 Oct 2023 22:28:58 +0800 Subject: [PATCH] =?UTF-8?q?[BUGFIX]=E4=BF=AE=E5=A4=8D=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E8=B0=83=E7=94=A8lib.placePoppedDialog=E5=BC=95?= =?UTF-8?q?=E8=B5=B7=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index 4ed9fadb3..f3021e83a 100644 --- a/game/game.js +++ b/game/game.js @@ -59279,7 +59279,7 @@ if(node._nointro) return; if(typeof node._customintro=='function'){ if(node._customintro(uiintro,evt)===false) return; - lib.placePoppedDialog(uiintro,evt); + if(evt)lib.placePoppedDialog(uiintro,evt); } else if(Array.isArray(node._customintro)){ var caption=node._customintro[0];