Woops wrong game feature name

This commit is contained in:
Vortrex
2022-09-20 03:31:06 -05:00
parent b8d19d013a
commit d0a544522f

View File

@@ -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),