Commit 8733e99d by Xander Fox

Поправлена дигрессия отказников

1 parent df399806
Showing with 2 additions and 2 deletions
......@@ -606,11 +606,11 @@ digression refusenik
digression disable { refusenik };
var result = blockcall SkipMessagesBlock();
return;
goto decline;
}
transitions
{
decline: goto decline on true;
decline: goto decline;
}
onexit
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!