Remove java selection from bedrock

This commit is contained in:
Zedifus 2022-06-21 19:05:56 +01:00
parent 176f5a4004
commit 6fe5d16ded

View File

@ -79,6 +79,7 @@
placeholder="{{ translate('serverConfig', 'serverExecutable', data['lang']) }}" required>
</div>
{% end %}
{% if data['server_stats']['server_type'] == "minecraft-java" %}
<div class="form-group">
<label for="java_selection">{{ translate('serverConfig', 'javaVersion', data['lang']) }} <small
class="text-muted ml-1"> - EXPERIMENTAL -- PLEASE REPORT ANY BUGS &nbsp; {{
@ -98,6 +99,8 @@
{% end %}
</select>
</div>
{% end %}
{% if data['super_user'] %}
<div class="form-group">
<label for="execution_command">{{ translate('serverConfig', 'serverExecutionCommand', data['lang']) }}
@ -393,4 +396,4 @@
</script>
{% end %}
{% end %}