The renaming of
DlcManager.IsContentSubscribed(string dlc_id)
to
DlcManager.IsContentSubscribed(string dlc_id)
will break all mods that call this function, ie. all mods that use a plib based mod config.
could you re-add a method with the old name (or revert the rename) so these mods don't break?
The old-name-method could simply call the new one and be marked as [Obsolete]
Steps to Reproduce
have a mod installed and enabled that calls this method.
notice a game crash when it is called by the mod (ie. on clicking a plib based config button in the mod menu)
(example mod where this is the case: https://steamcommunity.com/sharedfiles/filedetails/?id=2856555858)
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now