Skip to content

Commit 791106c

Browse files
committed
Don't parse ReflectionMetadata.xml
1 parent 0a08473 commit 791106c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/script/library/rbxlibs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ function m.loadApi()
752752
end
753753
m.Api = apiDump
754754
m.ClassDocs = {}
755-
parseReflectionMetadata()
755+
-- parseReflectionMetadata()
756756
parseAutocompleteMetadata()
757757
end
758758
return m.Api

0 commit comments

Comments
 (0)