mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
remove more xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -49,7 +49,6 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
|
||||
public static void LoadPrimsFromXml(Scene scene, string fileName, bool newIDS, Vector3 loadOffset)
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
XmlNode rootNode;
|
||||
|
||||
if (fileName.StartsWith("http:") || File.Exists(fileName))
|
||||
|
||||
Reference in New Issue
Block a user