mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
give up on a property that old monos do compile, but then smore ok exec
This commit is contained in:
@@ -64,7 +64,6 @@ namespace OpenSim.Framework.Serialization.External
|
||||
StringReader sr = new StringReader(serializedSettings);
|
||||
XmlTextReader xtr = new XmlTextReader(sr);
|
||||
xtr.ProhibitDtd = true;
|
||||
xtr.XmlResolver = null;
|
||||
|
||||
xtr.ReadStartElement("RegionSettings");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user