Update submodule to 254.1.0 (#36711)

* Update submodule to 254.1.0

* API update
This commit is contained in:
metalgearsloth
2025-04-19 17:29:32 +10:00
committed by GitHub
parent 694190f2a4
commit 64cd180556
3 changed files with 3 additions and 4 deletions

View File

@@ -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;
}