mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +08:00
more to go
This commit is contained in:
@@ -867,7 +867,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
if (Scene.RegionInfo.EstateSettings.DenyMinors)
|
||||
flags |= RegionFlags.DenyAgeUnverified;
|
||||
|
||||
if(Scene.RegionInfo.EstateSettings.AllowEnviromentOverride)
|
||||
if(Scene.RegionInfo.EstateSettings.AllowEnvironmentOverride)
|
||||
flags |= RegionFlags.AllowEnviromentOverride;
|
||||
return (uint)flags;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user