diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 2cedc81..8bdbe89 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -317,7 +317,7 @@ namespace OpenSim.Region.ClientStack | |||
317 | // in it to process. It's an on-purpose threadlock though because | 317 | // in it to process. It's an on-purpose threadlock though because |
318 | // without it, the clientloop will suck up all sim resources. | 318 | // without it, the clientloop will suck up all sim resources. |
319 | 319 | ||
320 | m_packetQueue = new PacketQueue(); | 320 | m_packetQueue = new PacketQueue(agentId); |
321 | 321 | ||
322 | RegisterLocalPacketHandlers(); | 322 | RegisterLocalPacketHandlers(); |
323 | 323 | ||