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