mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* Minor tweak to TerrainChannel
* Minor tweak to Permissions/PermissionsModule.cs
This commit is contained in:
@@ -131,7 +131,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool IsEstateManager(LLUUID user)
|
||||
protected bool IsEstateManager(LLUUID user)
|
||||
{
|
||||
if (m_bypassPermissions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user