From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 19 Apr 2025 07:29:32 +0000 (+1000) Subject: Update submodule to 254.1.0 (#36711) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=64cd1805569f39eb23ad436bbdd1dd02f35364ff;p=space-station-14.git Update submodule to 254.1.0 (#36711) * Update submodule to 254.1.0 * API update --- diff --git a/Content.Shared/Inventory/VirtualItem/SharedVirtualItemSystem.cs b/Content.Shared/Inventory/VirtualItem/SharedVirtualItemSystem.cs index 393a4c09eb..256a5ec2a9 100644 --- a/Content.Shared/Inventory/VirtualItem/SharedVirtualItemSystem.cs +++ b/Content.Shared/Inventory/VirtualItem/SharedVirtualItemSystem.cs @@ -256,7 +256,6 @@ public abstract class SharedVirtualItemSystem : EntitySystem if (TerminatingOrDeleted(item)) return; - _transformSystem.DetachEntity(item, Transform(item)); - PredictedQueueDel(item); + PredictedQueueDel(item.Owner); } } diff --git a/Content.Shared/Research/TechnologyDisk/Systems/TechnologyDiskSystem.cs b/Content.Shared/Research/TechnologyDisk/Systems/TechnologyDiskSystem.cs index 4ca4728681..8caf1c39a6 100644 --- a/Content.Shared/Research/TechnologyDisk/Systems/TechnologyDiskSystem.cs +++ b/Content.Shared/Research/TechnologyDisk/Systems/TechnologyDiskSystem.cs @@ -74,7 +74,7 @@ public sealed class TechnologyDiskSystem : EntitySystem } } _popup.PopupClient(Loc.GetString("tech-disk-inserted"), target, args.User); - PredictedQueueDel(ent); + PredictedQueueDel(ent.Owner); args.Handled = true; } diff --git a/RobustToolbox b/RobustToolbox index b146b1b82c..191d7ab81c 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit b146b1b82cda98f9445e7a9e2146e569e6cf4197 +Subproject commit 191d7ab81c3693503bc9f483c5829228d9cb57cf