fix a typo where the High Southwest height was getting set to the Low

Southwest height
This commit is contained in:
Sean Dague
2009-02-10 23:31:49 +00:00
parent 9bfbfa381a
commit 83347360c3

View File

@@ -152,7 +152,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
settings.Elevation1NE = double.Parse(xtr.ReadElementContentAsString());
break;
case "ElevationHighSW":
settings.Elevation1SW = double.Parse(xtr.ReadElementContentAsString());
settings.Elevation2SW = double.Parse(xtr.ReadElementContentAsString());
break;
case "ElevationHighNW":
settings.Elevation2NW = double.Parse(xtr.ReadElementContentAsString());