diff --git a/app/react/components/ui.jsx b/app/react/components/ui.jsx index 5da2d4f..3534c6a 100644 --- a/app/react/components/ui.jsx +++ b/app/react/components/ui.jsx @@ -465,7 +465,15 @@ function Ui({disconnected}) { else if (hadBufferSlot.current) { client.send({ type: 'Action', - payload: {type: 'swapSlots', value: [0, mainEntityRef.current, i + 1]}, + payload: { + type: 'distribute', + value: [ + 0, + [ + [mainEntityRef.current, i + 1], + ], + ], + }, }); } else {