mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
clean up and fixing a typo.
This commit is contained in:
@@ -299,7 +299,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
|
||||
// Outside of this method, they should never be added to objectflags!
|
||||
// -teravus
|
||||
|
||||
SceneObjectPart task=m_scene.GetSceneObjectPart(objID);
|
||||
SceneObjectPart task = m_scene.GetSceneObjectPart(objID);
|
||||
|
||||
// this shouldn't ever happen.. return no permissions/objectflags.
|
||||
if (task == null)
|
||||
|
||||
Reference in New Issue
Block a user