Experimentally handle UseCircuitCode synchrnonously
parent
ad75a4b50b
commit
e3fa73da96
|
@ -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