Skip to content

Commit

Permalink
Merge pull request #330 from LeSiiN/main
Browse files Browse the repository at this point in the history
added useZ for CreateHouseZone
  • Loading branch information
GhzGarage authored Jan 13, 2024
2 parents fe6584e + 493155a commit 80180c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ local function CreateHouseZone(index, garage, zoneType)
local houseZone = CircleZone:Create(garage.takeVehicle, 5.0, {
name = zoneType .. '_' .. index,
debugPoly = false,
useZ = true,
data = {
indexgarage = index,
type = zoneType,
Expand Down

0 comments on commit 80180c2

Please sign in to comment.