fix:修正改变道具id后无法打开设置界面的问题

This commit is contained in:
ShakeFlower 2025-06-05 10:19:56 +08:00
parent 7b0244a3ca
commit f97595f5a6

View File

@ -2529,7 +2529,7 @@ actions.prototype._clickSettings = function (x, y) {
case 0:
core.status.event.selection = 0;
core.playSound('确定');
core.tryUseItem('setting');
core.plugin.openSetting();
break;
case 1:
// core.playSound('确定');