diff --git a/src/game.js b/src/game.js index ec71742..cc05e5a 100644 --- a/src/game.js +++ b/src/game.js @@ -106,13 +106,6 @@ const src = setup({ 'error-dismiss': assign({error: null}), - - 'dispatch': - sendTo(({system}) => system.get('dispatcher'), - (_, params) => ({ - type: 'dispatch', - jobs: params - })) }, guards: {