use new IsGod on CheckAndAdjustLandingPoint_SL so it can be by current viewer god, acording to config

melanie
UbitUmarov 2017-01-07 21:27:57 +00:00
parent e58903be6f
commit 2798adcdcd
1 changed files with 1 additions and 1 deletions

View File

@ -6120,7 +6120,7 @@ namespace OpenSim.Region.Framework.Scenes
string reason; string reason;
// dont mess with gods // dont mess with gods
if(IsViewerUIGod || m_scene.Permissions.IsGod(m_uuid)) if(IsGod)
return true; return true;
// respect region owner and managers // respect region owner and managers