Ненужная переменная.

This commit is contained in:
2023-12-02 01:50:52 +02:00
committed by Ivor Barhansky
parent 47e90c261b
commit c3591977b8
4 changed files with 11 additions and 15 deletions
+3 -3
View File
@@ -22,11 +22,11 @@ if ($uu['info_delete'] <= time()) {
(new \Moderation\Moderation($uu['id']))->undepersonalize();
$uer = "Персонаж {$uu['login']} больше не под подозрением.";
$cmsg = new ChatMessage();
$cmsg->setRoom($u->info['room']);
$cmsg->setText("[img[items/uncui.gif]] Персонаж {$uu['login']} больше не под подозрением.");
$cmsg->setText("[img[items/uncui.gif]] $uer");
$cmsg->setType(6);
$cmsg->setTypeTime(1);
(new Chat())->sendMsg($cmsg);
$uer = 'Вы успешно сняли заклятие обезличивания с персонажа "' . $uu['login'] . '".<br>';