From 0f4441b510dcf0adae768a5c478b08ff4d14233c Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Thu, 13 Feb 2025 20:03:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:cSet=20rra=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.js b/project/plugins.js index 4b5bc4bc..4f8c8278 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -4361,7 +4361,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = core.registerReplayAction('cSet', (action) => { const strArr = action.split(':'); - if (strArr[0] !== 0) return false; + if (strArr[0] !== 'cSet') return false; const btn = settingMap.get(strArr[1]); btn.effect(); core.status.route.push(action);