From e04b7fd9b2c364a2a71c2a855d86027eed9e9c69 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Thu, 7 Aug 2025 15:14:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E4=BF=AE=E6=AD=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=8B=BE=E5=8F=96=E6=8F=92=E4=BB=B6=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.js b/project/plugins.js index 22deb10d..1660b5c9 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -2215,7 +2215,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = } else if (type === 'item') { const item = core.material.items[block.event.id]; if (canGetItem(item, loc, floorId)) { - if (core.isReplaying()) animateHwnd.add(item.id, 32 * tx, 32 * ty); + if (!core.isReplaying()) animateHwnd.add(item.id, 32 * tx, 32 * ty); core.getItem(item.id, 1, tx, ty); } else { return; @@ -2252,7 +2252,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = core.setAlpha(ctxName, 0.6); } bfs(core.status.floorId, deep); - if (core.isReplaying()) animateHwnd.start(); + if (!core.isReplaying()) animateHwnd.start(); flags.__statistics__ = false; flags.__forbidSave__ = before; core.updateStatusBar();