Browse Source

Fixed bug in SendMessage command if no command specified

master
chrisgregan 10 years ago
parent
commit
1ee32cf4a1
  1. 1
      Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs

1
Assets/Fungus/Flowchart/Scripts/Commands/SendMessage.cs

@ -26,6 +26,7 @@ namespace Fungus
if (message.Length == 0)
{
Continue();
return;
}
Flowchart flowchart = GetFlowchart();

Loading…
Cancel
Save