diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ function on_click_space(evt) { if (evt.button === 0) { const space = evt.target.my_space; //console.log('on_click_space_called with space:', space); - if (send_action('infl', space)) { + if (send_action('space', space)) { //console.log('send_action with infl:', space); evt.stopPropagation(); } else if (send_action('sc', space)) { |