Commit b5bd7d44 by softwhiskey8

доработка

1 parent c2bf9883
Showing with 3 additions and 1 deletions
......@@ -213,7 +213,7 @@ node mail
{
negative: do
{
set $mail_start = external get_time();
//set $mail_start = external get_time();
}
positive: do
{
......@@ -229,6 +229,8 @@ node getMail
{
$cjm.push("getMail");
#say("whatmail");
var temp = external get_time();
set $mail_start = external get_time();
wait*;
}
transitions
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!