Оказывается time(-1) = time().
This commit is contained in:
@@ -211,7 +211,6 @@ class GameDealer
|
||||
$chatDto->setTo($user['login']);
|
||||
$chatDto->setText($r);
|
||||
$chatDto->setType(5);
|
||||
$chatDto->setTime(-1);
|
||||
(new Chat())->sendMsg($chatDto);
|
||||
} else {
|
||||
$this->BACK = [['gdanswer', [['status', '-1'], ['desc', 'У пользователя отсутствует банк'], ['id', $this->c['id']]]]];
|
||||
|
||||
Reference in New Issue
Block a user