missed a few..

This commit is contained in:
UbitUmarov
2018-01-09 19:48:13 +00:00
parent e908c0ecad
commit 439cbf0d4d
3 changed files with 1 additions and 4 deletions

View File

@@ -58,7 +58,6 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
{
reader.WhitespaceHandling = WhitespaceHandling.None;
reader.ProhibitDtd = true;
reader.XmlResolver = null;
doc.Load(reader);
}