-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove obsolete ui_helper component #823
Conversation
If we do drop a PBO, we need to be very clear in the next update that people need to delete or there will be old pbo key problems |
Steam does delete it correctly, or not? |
I think so |
Then a warning with the changelog / release notes should be good. |
@@ -11,6 +11,9 @@ class CfgPatches { | |||
version = VERSION; | |||
authors[] = {"Dr Eyeball", "commy2"}; | |||
}; | |||
|
|||
// Backwards compatibility | |||
class cba_ui_helper: ADDON {author = "";}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just inherit author? It's set to CBA anyways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This prevents the credits line stuff from the help component to show up this removed component from time to time. Same is done for other bwc CfgPatches entries like the four aliases of XEH.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, time to do that in ACRE... :P
Thanks!
When merged this pull request will:
This component was meant for TKOH to work around some kind of initialization problem. Since CBA_A3 is not compatible with TKOH, this can be removed.
Otherwise it's used by the fleximenu to #include the dik codes. That's not needed either, because they can just be included directly.