Оказывается time(-1) = time().
This commit is contained in:
@@ -41,7 +41,6 @@ if ($u->info['login'] == $usr['login']) {
|
||||
$chatDto->setTo($usr['login']);
|
||||
$chatDto->setText("Персонаж <b>{$u->info['login']}</b> украл у вас эффект {$eff['name']}.");
|
||||
$chatDto->setType(6);
|
||||
$chatDto->setTime(-1);
|
||||
(new Chat())->sendMsg($chatDto);
|
||||
|
||||
$chatDto = new ChatMessage();
|
||||
|
||||
Reference in New Issue
Block a user