more to go

This commit is contained in:
UbitUmarov
2020-06-18 13:18:08 +01:00
parent 6cb2cb40cc
commit f708b413a1
3 changed files with 15 additions and 15 deletions

View File

@@ -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;
}