mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Few small fixes
This commit is contained in:
@@ -509,7 +509,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
hasPrim = ((SceneObjectGroup)ent).HasChildPrim(objectID);
|
||||
if (hasPrim != false)
|
||||
{
|
||||
((SceneObjectGroup)ent).GrapMovement(offset, pos, remoteClient);
|
||||
((SceneObjectGroup)ent).GrabMovement(offset, pos, remoteClient);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user