This commit is contained in:
parent
8c8588d236
commit
646e0ae2b8
|
@ -15634,7 +15634,7 @@
|
||||||
if(ui.selected.buttons.length<range[0]){
|
if(ui.selected.buttons.length<range[0]){
|
||||||
if(!event.forced||get.selectableButtons().length)
|
if(!event.forced||get.selectableButtons().length)
|
||||||
ok=false;
|
ok=false;
|
||||||
if(event.complexSelect||event.getParent().name=='chooseCharacter') ok=false;
|
if(event.complexSelect||event.getParent().name=='chooseCharacter'||event.getParent().name=='chooseButtonOL') ok=false;
|
||||||
}
|
}
|
||||||
if(custom.add.button){
|
if(custom.add.button){
|
||||||
custom.add.button();
|
custom.add.button();
|
||||||
|
|
Loading…
Reference in New Issue