From 5ba1bbba2914b72a3eb2e1a6f15032072d12f05a Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Tue, 30 Mar 2021 23:37:49 +0200 Subject: [PATCH] next --- 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 45ecc1f8..2f3c2f76 100644 --- a/ReallifeGamemode.Client/Gui/nametags.ts +++ b/ReallifeGamemode.Client/Gui/nametags.ts @@ -48,7 +48,7 @@ export default function customNametags() { graphics.drawRect(x, y2 + height, width + border * 2, height + border * 2, 0, 0, 0, 200); graphics.drawRect(x, y2 + height, width, height, 41, 66, 78, 255); - graphics.drawRect(x - width / 2 * (1 - armour), y2 + height, width * armour, height, 48, 108, 135, 200); + graphics.drawRect(x - width / 2 * (1 - armour), y2 + height, width * armour, height, 200, 0, 0, 200); } else { graphics.drawRect(x, y2, width + border * 2, height + border * 2, 0, 0, 0, 200);