Оказывается time(-1) = time().
This commit is contained in:
@@ -880,7 +880,6 @@ class Quests
|
||||
$chatDto->setTo($u->info['login']);
|
||||
$chatDto->setText($r);
|
||||
$chatDto->setType(5);
|
||||
$chatDto->setTime(-1);
|
||||
(new Chat())->sendMsg($chatDto);
|
||||
|
||||
return $r;
|
||||
@@ -1003,7 +1002,6 @@ class Quests
|
||||
$chatDto->setTo($u->info['login']);
|
||||
$chatDto->setText($r);
|
||||
$chatDto->setType(5);
|
||||
$chatDto->setTime(-1);
|
||||
(new Chat())->sendMsg($chatDto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user