Only consider plugins supported by current game version when notifying new plugins #161
Labels
bug
Something isn't working
good first issue
Good for newcomers
plugin-manager
Everything plugin manager
At the moment, we consider all plugins in the repo while showing the new plugin notification screenmesage, here:
plugin-manager/plugin_manager.py
Line 327 in b90deb6
plugin-manager/plugin_manager.py
Line 350 in b90deb6
Instead, we should only be considering plugins that are supported by the current game version. Otherwise, there are cases when the notify new plugin screenmessage doesn't get shown even when there are new plugins available for our game version.
The text was updated successfully, but these errors were encountered: