cosmetics

This commit is contained in:
UbitUmarov
2023-05-08 03:05:36 +01:00
parent c47805e20d
commit 9c8ac8c70b

View File

@@ -7766,7 +7766,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
}
entry = new LandAccessEntry
LandAccessEntry entry = new()
{
AgentID = key,
Flags = AccessList.Access,
@@ -13326,7 +13326,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
}
LandAccessEntry entry = new LandAccessEntry
LandAccessEntry entry = new()
{
AgentID = key,
Flags = AccessList.Ban,