From a536a480cfa122172575f73a0879562e2f04daba Mon Sep 17 00:00:00 2001 From: VigersRay Date: Fri, 21 Jun 2024 06:25:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=BA=D0=B8=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B2=20=D0=B0=D0=BF=D0=BB=D0=BD=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/Store/Ui/StoreBoundUserInterface.cs | 2 +- Resources/Changelog/ChangelogSunrise.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Content.Client/Store/Ui/StoreBoundUserInterface.cs b/Content.Client/Store/Ui/StoreBoundUserInterface.cs index 0010aedd96..58e820296f 100644 --- a/Content.Client/Store/Ui/StoreBoundUserInterface.cs +++ b/Content.Client/Store/Ui/StoreBoundUserInterface.cs @@ -9,7 +9,7 @@ namespace Content.Client.Store.Ui; [UsedImplicitly] public sealed class StoreBoundUserInterface : BoundUserInterface { - private IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; [ViewVariables] private StoreMenu? _menu; diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 3c42c6ffb7..d3f76aa113 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -971,3 +971,11 @@ id: 75 time: '2024-06-21T02:35:09.0000000+00:00' url: https://github.com/space-sunrise/space-station-14/pull/135 +- author: VigersRay + changes: + - message: "\u0421\u0442\u0440\u043E\u043A\u0430 \u043F\u043E\u0438\u0441\u043A\u0430\ + \ \u0432 \u0430\u043F\u043B\u0438\u043D\u043A\u0430\u0445 \u0442\u0435\u043F\ + \u0435\u0440\u044C \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442." + type: Fix + id: 76 + time: '2024-06-21T03:24:48.637609+00:00'