Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing object check in mod manager (#731)
`HasMember` asserts `IsObject()` internally. In release builds this is not an issue but this does not work on Debug builds.
- Loading branch information