mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Bug fix in configger
This commit is contained in:
@@ -59,9 +59,9 @@ namespace Careminster
|
||||
if (k.StartsWith("Include-"))
|
||||
continue;
|
||||
Console.WriteLine(" <Key Name=\"{0}\" Value=\"{1}\" />", k, v);
|
||||
|
||||
Console.WriteLine("</Section>");
|
||||
}
|
||||
|
||||
Console.WriteLine("</Section>");
|
||||
}
|
||||
}
|
||||
Console.WriteLine("</Nini>");
|
||||
|
||||
Reference in New Issue
Block a user