Merge pull request #6232 from DeltaV-Station/holosigh

Fix Holosign Angle
This commit is contained in:
Vanessa 2026-07-07 09:24:32 -05:00 committed by GitHub
commit c5d3201388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public sealed class ChargeHolosignSystem : EntitySystem
var holoUid = PredictedSpawnAtPosition(ent.Comp1.SignProto, args.ClickLocation.SnapToGrid(EntityManager));
var xform = Transform(holoUid);
xform.LocalRotation = Angle.Zero;
if (!xform.Anchored)
_transform.AnchorEntity(holoUid, xform); // anchor to prevent any tempering with (don't know what could even interact with it)