value doesnt have to be lowercase
This commit is contained in:
parent
712a0a3905
commit
227b303669
@ -73,7 +73,7 @@ public class SettingsUtil {
|
||||
}
|
||||
|
||||
String settingName = matcher.group("setting").toLowerCase();
|
||||
String settingValue = matcher.group("value").toLowerCase();
|
||||
String settingValue = matcher.group("value");
|
||||
try {
|
||||
parseAndApply(settings, settingName, settingValue);
|
||||
} catch (Exception ex) {
|
||||
|
Loading…
Reference in New Issue
Block a user