Merge pull request #93 from popo8720/main

Fix: error on properties markers thread
This commit is contained in:
Mycroft
2022-02-17 00:32:28 +00:00
committed by GitHub
+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