diff --git a/ReallifeGamemode.Client/Gui/nametags.ts b/ReallifeGamemode.Client/Gui/nametags.ts index ec2b0ebf..bc078d97 100644 --- a/ReallifeGamemode.Client/Gui/nametags.ts +++ b/ReallifeGamemode.Client/Gui/nametags.ts @@ -2,7 +2,7 @@ const width = 0.03; const height = 0.0065; const border = 0.001; -const color = [255, 255, 255, 255]; +const color = [73, 137, 0, 255]; export default function customNametags() {