Added played class time to /played, also added a command to disable it

This commit is contained in:
Tercio Jose
2022-12-04 12:21:44 -03:00
parent 60c797d9ca
commit e12ec18381
6 changed files with 45 additions and 18 deletions
+6
View File
@@ -586,6 +586,12 @@ function Details:StartMeUp() --I'll never stop!
end
end)
--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
if (Details.check_stuttering) then
_G["UpdateAddOnMemoryUsage"] = Details.UpdateAddOnMemoryUsage_Custom
end
function Details:InstallOkey()
return true
end