Woops wrong game feature name

This commit is contained in:
Vortrex
2022-09-20 03:31:53 -05:00
parent b7de1e054a
commit 1fd99729da

View File

@@ -243,7 +243,7 @@ function createPropertyCommand(command, params, client) {
params, params,
getPlayerPosition(client), getPlayerPosition(client),
toVector3(0.0, 0.0, 0.0), toVector3(0.0, 0.0, 0.0),
(isGameFeatureSupported("pickups")) ? getGameConfig().pickupModels[getGame()].Business : -1, (isGameFeatureSupported("pickup")) ? getGameConfig().pickupModels[getGame()].Business : -1,
-1, -1,
getPlayerInterior(client), getPlayerInterior(client),
getPlayerDimension(client), getPlayerDimension(client),