Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix update console interface #764

Merged

Conversation

modern-nm
Copy link
Collaborator

@modern-nm modern-nm commented Jun 22, 2024

Описание PR

RND console теперь обновляется, если пользователь изучает технологию. Кое кто просто закомментировал лишние строки, когда добавлял языки.

Проверки

  • PR полностью завершён и мне не нужна помощь чтобы его закончить.
  • Я внимательно просмотрел все свои изменения и багов в них не нашёл.
  • Я запускал локальный сервер со своими изменениями и всё протестировал.

Изменения
RND console теперь обновляется, если пользователь изучает технологию.

@FaDeOkno
Copy link
Collaborator

Бля

Comment on lines +42 to +48
/// try to fix in robust v224.0.0; thanks to languages
/*var message = Loc.GetString("research-console-unlock-technology-radio-broadcast",
("technology", Loc.GetString(technologyPrototype.Name)),
("amount", technologyPrototype.Cost));
_radio.SendRadioMessage(uid, message, component.AnnouncementChannel, uid);
_radio.SendRadioMessage(uid, message, component.AnnouncementChannel, uid);*/
SyncClientWithServer(uid);
UpdateConsoleInterface(uid, component);*/
UpdateConsoleInterface(uid, component);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ё маё

@modern-nm modern-nm merged commit 0422241 into AdventureTimeSS14:master Jun 23, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants