diff options
Diffstat (limited to 'OpenSim/OpenSim.Region/World/Primitive.cs')
-rw-r--r-- | OpenSim/OpenSim.Region/World/Primitive.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.Region/World/Primitive.cs b/OpenSim/OpenSim.Region/World/Primitive.cs index 99e349d..d7c1e8d 100644 --- a/OpenSim/OpenSim.Region/World/Primitive.cs +++ b/OpenSim/OpenSim.Region/World/Primitive.cs | |||
@@ -440,7 +440,7 @@ namespace OpenSim.Region | |||
440 | PData.PathTwistBegin = addPacket.ObjectData.PathTwistBegin; | 440 | PData.PathTwistBegin = addPacket.ObjectData.PathTwistBegin; |
441 | LLVector3 pos1 = addPacket.ObjectData.RayEnd; | 441 | LLVector3 pos1 = addPacket.ObjectData.RayEnd; |
442 | this.primData.FullID = this.uuid = LLUUID.Random(); | 442 | this.primData.FullID = this.uuid = LLUUID.Random(); |
443 | this.localid = (uint)(localID); | 443 | this.primData.LocalID = this.localid = (uint)(localID); |
444 | this.primData.Position = this.Pos = pos1; | 444 | this.primData.Position = this.Pos = pos1; |
445 | 445 | ||
446 | this.updateFlag = 1; | 446 | this.updateFlag = 1; |