예제 #1
0
 static void LineProcessor(string key, string value)
 {
     if (!ConfigElement.Parse(Server.serverConfig, key, value, null))
     {
         Server.s.Log("\"" + key + "\" was not a recognised config key.");
     }
 }
예제 #2
0
 void LineProcessor(string key, string value)
 {
     ConfigElement.Parse(cfg, config, key, value);
 }