fix:修正改变道具id后无法打开设置界面的问题
This commit is contained in:
parent
7b0244a3ca
commit
f97595f5a6
@ -2529,7 +2529,7 @@ actions.prototype._clickSettings = function (x, y) {
|
|||||||
case 0:
|
case 0:
|
||||||
core.status.event.selection = 0;
|
core.status.event.selection = 0;
|
||||||
core.playSound('确定');
|
core.playSound('确定');
|
||||||
core.tryUseItem('setting');
|
core.plugin.openSetting();
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
// core.playSound('确定');
|
// core.playSound('确定');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user