diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 848d31c..07af65d 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4804,10 +4804,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4804 | break; | 4804 | break; |
4805 | case PacketType.ObjectName: | 4805 | case PacketType.ObjectName: |
4806 | ObjectNamePacket objName = (ObjectNamePacket)Pack; | 4806 | ObjectNamePacket objName = (ObjectNamePacket)Pack; |
4807 | 4807 | ||
4808 | handlerObjectName = null; | 4808 | handlerObjectName = null; |
4809 | for (int i = 0; i < objName.ObjectData.Length; i++) | 4809 | for (int i = 0; i < objName.ObjectData.Length; i++) |
4810 | { | 4810 | { |
4811 | handlerObjectName = OnObjectName; | 4811 | handlerObjectName = OnObjectName; |
4812 | if (handlerObjectName != null) | 4812 | if (handlerObjectName != null) |
4813 | { | 4813 | { |