cosmetics

This commit is contained in:
UbitUmarov
2020-08-30 16:05:02 +01:00
parent 09f074096f
commit 92e3f424cf
6 changed files with 57 additions and 67 deletions

View File

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