From e30f8710d6bf692db86c28c907fb7a6a4866eff8 Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 5 Apr 2021 00:37:45 +0200 Subject: [PATCH] nametags range 40 --- ReallifeGamemode.Client/Gui/nametags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;