diff --git a/Content.Client/Administration/AdminNameOverlay.cs b/Content.Client/Administration/AdminNameOverlay.cs index 9fb93e926c..c0f31f1e3d 100644 --- a/Content.Client/Administration/AdminNameOverlay.cs +++ b/Content.Client/Administration/AdminNameOverlay.cs @@ -95,7 +95,7 @@ internal sealed class AdminNameOverlay : Overlay continue; // Get on-screen coordinates of player - var screenCoordinates = _eyeManager.WorldToScreen(aabb.Center); + var screenCoordinates = _eyeManager.WorldToScreen(aabb.Center).Rounded(); sortable.Add((info, aabb, entity.Value, screenCoordinates)); }