mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 20:15:48 +08:00
Revert "Experimentally handle UseCircuitCode synchrnonously"
This reverts commit e3fa73da96.
This commit is contained in:
@@ -701,8 +701,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
object[] array = new object[] { buffer, packet };
|
||||
|
||||
//Util.FireAndForget(HandleUseCircuitCode, array);
|
||||
HandleUseCircuitCode(array);
|
||||
Util.FireAndForget(HandleUseCircuitCode, array);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user