Revert "Fix scram implant's teleportation out of containers" (#25030)

* Revert "Fix scram implant's teleportation out of containers (#24827)"

This reverts commit d4434dbb5e.

* Remove EntityQuery<T> pass-ins
This commit is contained in:
metalgearsloth
2024-03-30 13:28:42 +11:00
committed by GitHub
parent 3b791459c7
commit d215419f9a

View File

@@ -139,7 +139,6 @@ public sealed class SubdermalImplantSystem : SharedSubdermalImplantSystem
break;
}
_xform.SetWorldPosition(ent, targetCoords.Position);
_xform.AttachToGridOrMap(ent, xform);
_audio.PlayPvs(implant.TeleportSound, ent);
args.Handled = true;