Skip to content

Commit b6e7d27

Browse files
committed
fix
1 parent 01d5bb7 commit b6e7d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vm/compiler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ function vm.getClassFields(suri, object, key, ref, pushResult)
383383
if not searchedFields[fieldKey]
384384
and guide.isSet(field) then
385385
hasFounded[fieldKey] = true
386-
--pushResult(field, true)
386+
pushResult(field, true)
387387
end
388388
end
389389
end)

0 commit comments

Comments
 (0)