Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
notquitehadouken committed Sep 19, 2024
1 parent 5b3cde9 commit 47230e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/TrueBlindness/TrueBlindnessSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public bool VisibleFromPlayer(EntityUid playerUid, EntityUid objectUid, float ra
var rTrue = cr is null
|| cr.Value.HitEntity == objectUid
|| (TryComp(objectUid, out TrueBlindnessGhostComponent? ghostComp) &&
cr.Value.HitEntity == GetEntity(ghostComp.From))
cr.Value.HitEntity == GetEntity(ghostComp.From));
return rTrue;
}

Expand Down

0 comments on commit 47230e3

Please sign in to comment.