Commit 8733e99d by Xander Fox

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

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