funny bug
parent
601914ecd8
commit
d2776ec645
|
@ -530,7 +530,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
Vector3 val = value;
|
Vector3 val = value;
|
||||||
if (Scene != null
|
if (Scene != null
|
||||||
&& Scene.PositionIsInCurrentRegion(val)
|
&& !Scene.PositionIsInCurrentRegion(val)
|
||||||
&& !IsAttachmentCheckFull()
|
&& !IsAttachmentCheckFull()
|
||||||
&& !Scene.LoadingPrims
|
&& !Scene.LoadingPrims
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue