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