funny bug

avinationmerge
UbitUmarov 2015-08-19 17:14:29 +01:00
parent 601914ecd8
commit d2776ec645
1 changed files with 1 additions and 1 deletions

View File

@ -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
) )