Commit a0764834 authored by chechunchi's avatar chechunchi

fix fieldDisabled.ts

parent aa4fa6c9
Pipeline #22341 passed with stages
in 15 minutes and 45 seconds
......@@ -9,7 +9,7 @@ export default (fieldDisabled: MsgFieldDisabled) => {
case ygopro.CardZone.SZONE:
placeStore.set(action.zone, action.controller, action.sequence, {
interactivity: undefined,
disabled: true,
disabled: action.disabled,
});
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment