Fix world unset
This commit is contained in:
parent
247048ebfa
commit
c54746b21c
|
@ -2310,8 +2310,8 @@ function onWorldInfoChange(args, text) {
|
||||||
});
|
});
|
||||||
$('#world_info').trigger('change');
|
$('#world_info').trigger('change');
|
||||||
} else { // if no args, unset all worlds
|
} else { // if no args, unset all worlds
|
||||||
toastr.success('Deactivated all worlds');
|
if (!silent) toastr.success('Deactivated all worlds');
|
||||||
if (!silent) selected_world_info = [];
|
selected_world_info = [];
|
||||||
$('#world_info').val(null).trigger('change');
|
$('#world_info').val(null).trigger('change');
|
||||||
}
|
}
|
||||||
} else { //if it's a pointer selection
|
} else { //if it's a pointer selection
|
||||||
|
|
Loading…
Reference in New Issue