use new IsGod on CheckAndAdjustLandingPoint_SL so it can be by current viewer god, acording to config
parent
e58903be6f
commit
2798adcdcd
|
@ -6120,7 +6120,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
string reason;
|
||||
|
||||
// dont mess with gods
|
||||
if(IsViewerUIGod || m_scene.Permissions.IsGod(m_uuid))
|
||||
if(IsGod)
|
||||
return true;
|
||||
|
||||
// respect region owner and managers
|
||||
|
|
Loading…
Reference in New Issue