Skip to content

Commit

Permalink
Merge pull request esx-framework#93 from popo8720/main
Browse files Browse the repository at this point in the history
Fix: error on properties markers thread
  • Loading branch information
Mycroft-Studios authored Feb 17, 2022
2 parents 6436bb2 + 2e51c24 commit fef6cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [esx_addons]/esx_property/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ CreateThread(function()

-- Room menu
if property.roomMenu and hasChest and not property.disabled then
local Pos = vector3(property.disabled.x, property.disabled.y, property.disabled.z)
local Pos = vector3(property.roomMenu.x, property.roomMenu.y, property.roomMenu.z)
local distance = #(coords - Pos)

if distance < Config.DrawDistance then
Expand Down

0 comments on commit fef6cd0

Please sign in to comment.