Оказывается time(-1) = time().

This commit is contained in:
2023-02-01 12:14:21 +02:00
parent acf6a2d167
commit 00c76de9d5
5 changed files with 3 additions and 8 deletions
-1
View File
@@ -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']]]]];