From c323eacd012c265aede3a69b75c09bf5ef8145e6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 26 May 2022 17:30:36 -0500 Subject: [PATCH] Woops re-enable commented stuff used for testing --- scripts/client/nametag.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/client/nametag.js b/scripts/client/nametag.js index 0f81fde7..699b9bc6 100644 --- a/scripts/client/nametag.js +++ b/scripts/client/nametag.js @@ -80,7 +80,6 @@ function drawNametag(x, y, health, armour, text, ping, alpha, distance, colour, // ------------------------------------------- // Health Bar - /* if(getMultiplayerMod() == VRR_MPMOD_GTAC) { if(getGame() == VRR_GAME_GTA_III) { // Mickey Hamfists is ridiculously tall. Raise the nametag for him a bit @@ -95,7 +94,6 @@ function drawNametag(x, y, health, armour, text, ping, alpha, distance, colour, } else { y -= 5; } - */ if(health > 0.0) { let hx = x-width/2;