Woops wrong game feature name
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user