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 settingName = matcher.group("setting").toLowerCase();
|
||||||
String settingValue = matcher.group("value").toLowerCase();
|
String settingValue = matcher.group("value");
|
||||||
try {
|
try {
|
||||||
parseAndApply(settings, settingName, settingValue);
|
parseAndApply(settings, settingName, settingValue);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
|
Loading…
Reference in New Issue
Block a user