Skip to content

Commit

Permalink
Fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Dec 12, 2016
1 parent 025b771 commit 88a7990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scratch/BlockMenus.as
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ public class BlockMenus implements DragClient {
m.addItem('clear senders/receivers');

if (block.op === 'broadcast:') m.addItem('..and wait');
else m.addItem('..no wait');
else if (block.op === 'doBroadcastAndWait') m.addItem('..no wait');
}
showMenu(m);
}
Expand Down

0 comments on commit 88a7990

Please sign in to comment.