We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb60bb commit dbe11f8Copy full SHA for dbe11f8
1 file changed
script/vm/tracer.lua
@@ -70,6 +70,9 @@ function mt:collectCare(obj)
70
if obj == self.main then
71
return
72
end
73
+ if not obj then
74
+ return
75
+ end
76
self.careMap[obj] = true
77
78
if self.fastCalc then
0 commit comments