From 9c86ad0e2c27a411ef920b8b03f9709d695206d3 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 25 Feb 2023 04:38:01 -0600 Subject: [PATCH] Process payphone and job route location --- scripts/client/event.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/client/event.js b/scripts/client/event.js index c59090d2..151f4d1f 100644 --- a/scripts/client/event.js +++ b/scripts/client/event.js @@ -121,6 +121,8 @@ function onProcess(event, deltaTime) { processVehiclePurchasing(); processVehicleBurning(); processVehicleCruiseControl(); + processPayPhonesDistance(); + processJobRouteLocationDistance(); //checkChatBoxAutoHide(); // Will be uncommented on 1.4.0 GTAC update //processVehicleFires(); }