mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix prim returns I broke earlier
This commit is contained in:
@@ -801,7 +801,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
maxZ = -256f;
|
||||
minX = 256f;
|
||||
minY = 256f;
|
||||
minZ = 256f;
|
||||
minZ = 8192f;
|
||||
|
||||
lockPartsForRead(true);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user