From 9536ed9aa99585e2d2ac7b099b1a8f04a4181ce7 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:28:06 -0600 Subject: [PATCH] Comment unfinished stuff --- scripts/client/hud.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client/hud.js b/scripts/client/hud.js index 6db47e91..cc4ce2fe 100644 --- a/scripts/client/hud.js +++ b/scripts/client/hud.js @@ -33,7 +33,7 @@ function processCustomHUDRendering() { let text = getCurrencyString(localPlayerMoney); logToConsole(LOG_VERBOSE, `[V.RP.HUD]: Rendering custom HUD money (${text})...`); customHUDMoneyFont.render(text, [game.width - 150, 20], 130, 1.0, 0.0, customHUDMoneyFont.size, customHUDMoneyColour, true, true, false, true); - graphics.drawRectangle() + //graphics.drawRectangle() } else { logToConsole(LOG_VERBOSE | LOG_ERROR, `[V.RP.HUD]: Rendering custom HUD money FAILED. Font object is null!`); }