From c87805a5fe28ad4f0f782defa529dc36be8deef9 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 11 Jan 2023 00:03:11 -0600 Subject: [PATCH] Fix missing indicators for businesses --- scripts/client/label.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client/label.js b/scripts/client/label.js index 582ec825..b9b5daa8 100644 --- a/scripts/client/label.js +++ b/scripts/client/label.js @@ -317,7 +317,7 @@ function renderJobLabel(name, position, jobType) { function processLabelRendering() { if (renderLabels) { - if (!areServerElementsSupported() || getGame() == V_GAME_MAFIA_ONE) { + if (!areServerElementsSupported() || getGame() == V_GAME_MAFIA_ONE || getGame() == V_GAME_GTA_IV || getGame() == V_GAME_GTA_IV_EFLC) { if (localPlayer != null) { getServerData().businesses.forEach((business) => { if (getDistance(localPlayer.position, business.entrancePosition) <= propertyPickupRenderDistance) {