Fix: error on properties markers thread

This commit is contained in:
popo8720
2022-02-16 20:09:14 -03:00
parent d85f32bd38
commit 2e51c24ce0
+1 -1
View File
@@ -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