mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Fix prim returns I broke earlier
This commit is contained in:
committed by
Melanie
parent
a5728cc91c
commit
4867dd135d
@@ -659,7 +659,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
maxZ = -256f;
|
||||
minX = 256f;
|
||||
minY = 256f;
|
||||
minZ = 256f;
|
||||
minZ = 8192f;
|
||||
|
||||
lock(m_parts);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user