From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 20 Nov 2023 06:37:57 +0000 (+1300) Subject: Rename SpriteView field (#21794) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c46bad59faae9ae6d29206a75678edf1e97fb4fe;p=space-station-14.git Rename SpriteView field (#21794) --- diff --git a/Content.Client/UserInterface/Controls/SlotControl.cs b/Content.Client/UserInterface/Controls/SlotControl.cs index 37f8de88d6..9b94f8a0c8 100644 --- a/Content.Client/UserInterface/Controls/SlotControl.cs +++ b/Content.Client/UserInterface/Controls/SlotControl.cs @@ -188,7 +188,7 @@ namespace Content.Client.UserInterface.Controls if (!EntityHover) return; - var tempQualifier = HoverSpriteView.Ent; + var tempQualifier = HoverSpriteView.Entity; if (tempQualifier != null) { IoCManager.Resolve().QueueDeleteEntity(tempQualifier);