bug fix
parent
35b88b6580
commit
78794b1dfe
|
@ -4278,7 +4278,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
// only check access, actual relocations will happen later on ScenePresence MakeRoot
|
// only check access, actual relocations will happen later on ScenePresence MakeRoot
|
||||||
// allow child agents creation
|
// allow child agents creation
|
||||||
if(!godlike || teleportFlags != (uint) TPFlags.Default)
|
if(!godlike && teleportFlags != (uint) TPFlags.Default)
|
||||||
{
|
{
|
||||||
bool checkTeleHub;
|
bool checkTeleHub;
|
||||||
|
|
||||||
|
@ -6222,7 +6222,7 @@ Environment.Exit(1);
|
||||||
if(isManager)
|
if(isManager)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (!agentRootCrossing)
|
if (agentRootCrossing)
|
||||||
{
|
{
|
||||||
if (!RegionInfo.EstateSettings.AllowDirectTeleport)
|
if (!RegionInfo.EstateSettings.AllowDirectTeleport)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue