mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
World type may be lower case
This commit is contained in:
@@ -24,7 +24,7 @@ print &ui_table_row($text{'conf_seed'},
|
||||
# Type for new worlds
|
||||
my $type = &find_value("level-type", $conf) || "DEFAULT";
|
||||
print &ui_table_row($text{'conf_type'},
|
||||
&ui_select("type", $type,
|
||||
&ui_select("type", uc($type),
|
||||
[ [ "DEFAULT", $text{'conf_type_default'} ],
|
||||
[ "FLAT", $text{'conf_type_flat'} ],
|
||||
[ "AMPLIFIED", $text{'conf_type_amplified'} ],
|
||||
|
||||
Reference in New Issue
Block a user