diff --git a/app/flatpages/help/game_support.md b/app/flatpages/help/game_support.md index bc47f137..ea5d302e 100644 --- a/app/flatpages/help/game_support.md +++ b/app/flatpages/help/game_support.md @@ -1,9 +1,5 @@ title: Supported Games -

- This feature is experimental -

- ## Why? The supported/compatible games feature allows mods to specify the games that diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 5b634c1f..2b5ceb11 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -561,14 +561,6 @@ {% endfor %} {% endif %} - - {% if package.type == package.type.MOD and (supported_games or unsupported_games) and - not package.has_game_support_confirmed() %} -

- {{ _("This is an experimental feature.") }} - {{ _("Supported games are determined by an algorithm, and may not be correct.") }} -

- {% endif %} {% elif package.check_perm(current_user, "EDIT_PACKAGE") %}

{% if package.check_perm(current_user, "EDIT_PACKAGE") %}