Skip to content

Commit

Permalink
Update Chunks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Nov 23, 2023
1 parent 0b06ef2 commit abe3b52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Chunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def INST(chunk, rbxm):
count=buffer.readNumber("<I4")
refs=basicTypes.RefArray(buffer, count)
class theclass:
Name=ClassName,
Sizeof=count,
Refs=refs
Name=ClassName,Sizeof=count,Refs=refs
##end
rbxm.ClassRefs[ClassID]=theclass
for ref in refs:
Expand Down

0 comments on commit abe3b52

Please sign in to comment.