From bc7c6701675b37ee72c2c84e4e1494f90d525de1 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 22 Mar 2022 00:18:04 -0500 Subject: [PATCH] More chatbox auto-hide stuff --- scripts/client/event.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/client/event.js b/scripts/client/event.js index 760d08b8..8b172d7a 100644 --- a/scripts/client/event.js +++ b/scripts/client/event.js @@ -97,6 +97,7 @@ function onProcess(event, deltaTime) { processGameSpecifics(); processNearbyPickups(); processVehiclePurchasing(); + //checkChatBoxAutoHide(); // Will be uncommented on 1.4.0 GTAC update //processVehicleFires(); }