Conf editor crash fixed
This commit is contained in:
@@ -90,6 +90,9 @@ public class ConfParser
|
||||
{
|
||||
string line = it.Trim();
|
||||
|
||||
if (line.StartsWith('#'))
|
||||
continue;
|
||||
|
||||
if (line == "")
|
||||
{
|
||||
currentGroup = new ConfSection();
|
||||
|
||||
Reference in New Issue
Block a user