mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Stop writing SizeZ config parameter for now when creating regions from console as it is unused/ignored, at least in core.
This commit is contained in:
@@ -827,7 +827,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
config.Set("SizeX", RegionSizeX);
|
||||
config.Set("SizeY", RegionSizeY);
|
||||
config.Set("SizeZ", RegionSizeZ);
|
||||
// config.Set("SizeZ", RegionSizeZ);
|
||||
}
|
||||
|
||||
config.Set("InternalAddress", m_internalEndPoint.Address.ToString());
|
||||
|
||||
Reference in New Issue
Block a user