mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
fix a bug on region eep env set permission
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user