From af2bdef1bfa4ccb4cf96184bdda3bfe372c987e6 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 27 Mar 2024 19:39:28 +0000 Subject: [PATCH] Remove game support disclaimer --- app/flatpages/help/game_support.md | 4 ---- app/templates/packages/view.html | 8 -------- 2 files changed, 12 deletions(-) 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") %}