mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
bug fix
This commit is contained in:
@@ -445,7 +445,7 @@ namespace OpenSim.Services.Interfaces
|
||||
if (kvp.ContainsKey("sizeY"))
|
||||
RegionSizeY = Convert.ToInt32((string)kvp["sizeY"]);
|
||||
else
|
||||
RegionSizeX = (int)Constants.RegionSize;
|
||||
RegionSizeY = (int)Constants.RegionSize;
|
||||
|
||||
if (kvp.ContainsKey("regionName"))
|
||||
RegionName = (string)kvp["regionName"];
|
||||
|
||||
Reference in New Issue
Block a user