More chatbox auto-hide stuff

This commit is contained in:
Vortrex
2022-03-22 00:18:04 -05:00
parent 1f095a5ed0
commit bc7c670167

View File

@@ -97,6 +97,7 @@ function onProcess(event, deltaTime) {
processGameSpecifics();
processNearbyPickups();
processVehiclePurchasing();
//checkChatBoxAutoHide(); // Will be uncommented on 1.4.0 GTAC update
//processVehicleFires();
}