fix a bug on region eep env set permission

master
UbitUmarov 2020-06-30 20:23:51 +01:00
parent 5b596bb29e
commit e5c2bd505c
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ namespace OpenSim.Region.CoreModules.World.LightShare
ILandObject lchannel;
if (parcel == -1)
{
if (!m_scene.Permissions.CanIssueEstateCommand(agentID, true))
if (!m_scene.Permissions.CanIssueEstateCommand(agentID, false))
{
message = "Insufficient estate permissions, settings has not been saved.";
goto Error;