For those that felt like clearing their config file.
This commit is contained in:
parent
0c8f1c9cf1
commit
5782eb9193
@ -52,6 +52,7 @@ public class SimpleConfig
|
||||
protected static boolean contentRequestsDefaults(String content)
|
||||
{
|
||||
if (content == null) return false;
|
||||
if (content.length() == 0) return false;
|
||||
char c = content.charAt(0);
|
||||
return c == 'd' || c == 'D';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user