value doesnt have to be lowercase
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user