mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
small bug fix
This commit is contained in:
@@ -654,7 +654,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
XmlDocument doc = new XmlDocument();
|
||||
XmlNode rootNode;
|
||||
int primCount = 0;
|
||||
if (File.Exists(fileName))
|
||||
if ((fileName.StartsWith("http:")) | (File.Exists(fileName)))
|
||||
{
|
||||
XmlTextReader reader = new XmlTextReader(fileName);
|
||||
reader.WhitespaceHandling = WhitespaceHandling.None;
|
||||
|
||||
Reference in New Issue
Block a user