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