Админка: телеграф переехал в Chat.

This commit is contained in:
2022-06-11 00:36:30 +03:00
parent 197e489e0e
commit bcd864d638
9 changed files with 21 additions and 29 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class UserStats extends User
$this->level += 1;
$this->free_stat_points += 2;
$this->saveStats();
Chat::addSYSMessage('Внимание, вы получили ' . $this->level . 'уровень. Доступны очки распределения параметров.');
Chat::sendSys('Внимание, вы получили ' . $this->level . 'уровень. Доступны очки распределения параметров.');
return 'Персонаж перешёл на ' . $this->level . 'уровень.';
}