Remove game support disclaimer

This commit is contained in:
rubenwardy 2024-03-27 19:39:28 +00:00
parent 434fd03fe8
commit af2bdef1bf
2 changed files with 0 additions and 12 deletions

@ -1,9 +1,5 @@
title: Supported Games
<p class="alert alert-warning">
This feature is experimental
</p>
## Why?
The supported/compatible games feature allows mods to specify the games that

@ -561,14 +561,6 @@
{% endfor %}
</div>
{% endif %}
{% if package.type == package.type.MOD and (supported_games or unsupported_games) and
not package.has_game_support_confirmed() %}
<p class="text-muted small mt-2 mb-0">
{{ _("This is an experimental feature.") }}
{{ _("Supported games are determined by an algorithm, and may not be correct.") }}
</p>
{% endif %}
{% elif package.check_perm(current_user, "EDIT_PACKAGE") %}
<p class="alert alert-warning">
{% if package.check_perm(current_user, "EDIT_PACKAGE") %}