Merge branch 'avination' into ubitwork
commit
1dc064981b
|
@ -701,7 +701,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
{
|
{
|
||||||
object[] array = new object[] { buffer, packet };
|
object[] array = new object[] { buffer, packet };
|
||||||
|
|
||||||
Util.FireAndForget(HandleUseCircuitCode, array);
|
//Util.FireAndForget(HandleUseCircuitCode, array);
|
||||||
|
HandleUseCircuitCode(array);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue