Use console output utils

This commit is contained in:
Vortrex
2022-05-02 15:30:03 -05:00
parent 05e58874dc
commit 72bf00dfe6
6 changed files with 18 additions and 22 deletions

View File

@@ -1688,10 +1688,6 @@ function createBusinessEntrancePickup(businessId) {
}
if(getBusinessData(businessId).entrancePickupModel != -1) {
console.log(getGameConfig().pickupModels);
console.warn(typeof getGame());
console.warn(typeof VRR_GAME_GTA_VC);
console.warn(Object.keys(getGameConfig().pickupModels))
let pickupModelId = getGameConfig().pickupModels[getGame()].Business;
if(getServerData().businesses[businessId].entrancePickupModel != 0) {