From 6e513690d52fbe21d20f56c8acddcfbd9980503d Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Tue, 11 Jun 2024 06:51:31 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=5Fprise?= =?UTF-8?q?Query;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_Sunrise/DontSellingGrid/DontSellingGridSystems.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Content.Server/_Sunrise/DontSellingGrid/DontSellingGridSystems.cs b/Content.Server/_Sunrise/DontSellingGrid/DontSellingGridSystems.cs index d6efab9964..546121db80 100644 --- a/Content.Server/_Sunrise/DontSellingGrid/DontSellingGridSystems.cs +++ b/Content.Server/_Sunrise/DontSellingGrid/DontSellingGridSystems.cs @@ -9,7 +9,6 @@ namespace Content.Server._Sunrise.DontSellingGrid; public sealed class StationDontSellingSystems : EntitySystem { [Dependency] private readonly EntityLookupSystem _lookup = default!; - private EntityQuery _priseQuery; public override void Initialize() { @@ -18,8 +17,6 @@ public sealed class StationDontSellingSystems : EntitySystem SubscribeLocalEvent(OnPostInit); SubscribeLocalEvent(OnPlayerSpawning); SubscribeLocalEvent(OnCalculatePrice); - - _priseQuery = GetEntityQuery(); } private void OnCalculatePrice(EntityUid uid, DontSellComponent component, ref PriceCalculationEvent args)