send agent view range to new child agents

This commit is contained in:
UbitUmarov
2019-04-04 00:50:54 +01:00
parent 8e094887cd
commit 15b6d8c147
10 changed files with 31 additions and 3 deletions

View File

@@ -524,6 +524,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
set { }
}
public float StartFar { get; set; }
public bool TryGet<T>(out T iface)
{
iface = default(T);