mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Experimentally handle UseCircuitCode synchrnonously
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user