Update plugins for new syntax.
This commit is contained in:
@@ -110,7 +110,7 @@ SMCParser config_parser;
|
||||
ParseConfigs()
|
||||
{
|
||||
if (!config_parser)
|
||||
config_parser = SMCParser();
|
||||
config_parser = new SMCParser();
|
||||
|
||||
config_parser.OnEnterSection = NewSection;
|
||||
config_parser.OnLeaveSection = EndSection;
|
||||
|
||||
Reference in New Issue
Block a user