Fix for the CheckInteractDistance() error

This commit is contained in:
Tercio Jose
2023-11-20 18:30:34 -03:00
parent 90746e8567
commit 22483cb77c
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -616,6 +616,7 @@ function Details:StartMeUp()
--to ignore this, use /run _G["UpdateAddOnMemoryUsage"] = Details.UpdateAddOnMemoryUsage_Original or add to any script that run on login
--also the slash command "/details stopperfcheck" stop it as well
Details.check_stuttering = false
if (Details.check_stuttering) then
_G["UpdateAddOnMemoryUsage"] = Details.UpdateAddOnMemoryUsage_Custom
end