Skip to content

Commit

Permalink
Praise StyLua Gods
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Oct 24, 2024
1 parent e4b266d commit 4fc3626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ local function id_record_ensure(world: World, id: number): IdRecord
hooks = {
on_add = on_add,
on_set = on_set,
on_remove = on_remove
}
on_remove = on_remove,
},
} :: IdRecord
componentIndex[id] = idr
end
Expand Down

0 comments on commit 4fc3626

Please sign in to comment.