mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
use new IsGod on CheckAndAdjustLandingPoint_SL so it can be by current viewer god, acording to config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user