diff --git a/ReallifeGamemode.Client/Gui/nametags.ts b/ReallifeGamemode.Client/Gui/nametags.ts index 30ab2b05..9f434607 100644 --- a/ReallifeGamemode.Client/Gui/nametags.ts +++ b/ReallifeGamemode.Client/Gui/nametags.ts @@ -2,7 +2,7 @@ import game from ".."; -const maxDistance = 25 * 25; +const maxDistance = 40 * 40; const width = 0.03; const height = 0.0065; const border = 0.001;