Skip to content

Commit

Permalink
ChaosMod/LuaScripts: Fix GetAllProps (#3704)
Browse files Browse the repository at this point in the history
Co-authored-by: Reguas <[email protected]>
  • Loading branch information
Regynate and Regynate authored Jan 28, 2025
1 parent fe84f30 commit 643b3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChaosMod/Components/LuaScripts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static const std::vector<ExposableFunc> ms_Exposables {
E("CreateTempVehicleOnPlayerPos", CreateTempVehicleOnPlayerPos),
E("SetSurroundingPedsInVehicles", SetSurroundingPedsInVehicles),
E("ReplaceVehicle", ReplaceVehicle),
E("GetAllProps", GetAllProps),
E("GetAllProps", GetAllPropsArray),
E("CreatePoolProp", CreatePoolProp),
E("GetAllWeapons", Memory::GetAllWeapons),
E("GetAllPedModels", Memory::GetAllPedModels),
Expand Down

0 comments on commit 643b3d0

Please sign in to comment.