From d0a544522f05cdaa5fe67edd9c5eaa7600bdd264 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 20 Sep 2022 03:31:06 -0500 Subject: [PATCH] Woops wrong game feature name --- scripts/server/business.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server/business.js b/scripts/server/business.js index 3bdfbcd4..d7062f73 100644 --- a/scripts/server/business.js +++ b/scripts/server/business.js @@ -321,7 +321,7 @@ function createBusinessCommand(command, params, client) { params, getPlayerPosition(client), toVector3(0.0, 0.0, 0.0), - (isGameFeatureSupported("pickups")) ? getGameConfig().pickupModels[getGame()].Business : -1, + (isGameFeatureSupported("pickup")) ? getGameConfig().pickupModels[getGame()].Business : -1, -1, getPlayerInterior(client), getPlayerDimension(client),