mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Fix: error on properties markers thread
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user