mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 11:47:28 +01:00
Remove game support disclaimer
This commit is contained in:
parent
434fd03fe8
commit
af2bdef1bf
@ -1,9 +1,5 @@
|
|||||||
title: Supported Games
|
title: Supported Games
|
||||||
|
|
||||||
<p class="alert alert-warning">
|
|
||||||
This feature is experimental
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## Why?
|
## Why?
|
||||||
|
|
||||||
The supported/compatible games feature allows mods to specify the games that
|
The supported/compatible games feature allows mods to specify the games that
|
||||||
|
@ -561,14 +561,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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") %}
|
{% elif package.check_perm(current_user, "EDIT_PACKAGE") %}
|
||||||
<p class="alert alert-warning">
|
<p class="alert alert-warning">
|
||||||
{% if package.check_perm(current_user, "EDIT_PACKAGE") %}
|
{% if package.check_perm(current_user, "EDIT_PACKAGE") %}
|
||||||
|
Loading…
Reference in New Issue
Block a user