mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
cosmetics
This commit is contained in:
@@ -103,8 +103,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
// get it. But only one has the object in question. The others
|
||||
// just ignore it.
|
||||
//
|
||||
SceneObjectPart part =
|
||||
this.World.GetSceneObjectPart(objectID);
|
||||
SceneObjectPart part = World.GetSceneObjectPart(objectID);
|
||||
|
||||
if(part == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user