mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
fix a typo where the High Southwest height was getting set to the Low
Southwest height
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user