diff options
author | Jeff Ames | 2008-09-10 05:17:28 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-10 05:17:28 +0000 |
commit | b9b996be38f54f384ed614441e2275f3862fd540 (patch) | |
tree | ba95eb13b2f4043ea960de9e8bd79aca58f6f525 /OpenSim/Region/ClientStack | |
parent | Thank you kindly, CMickeyB for a patch that adds a (diff) | |
download | opensim-SC_OLD-b9b996be38f54f384ed614441e2275f3862fd540.zip opensim-SC_OLD-b9b996be38f54f384ed614441e2275f3862fd540.tar.gz opensim-SC_OLD-b9b996be38f54f384ed614441e2275f3862fd540.tar.bz2 opensim-SC_OLD-b9b996be38f54f384ed614441e2275f3862fd540.tar.xz |
Update svn properties, minor formatting cleanup.
Fix unreachable code due to typo in llDetectedGroup.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index ffd7001..6235381 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3405,7 +3405,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3405 | 3405 | ||
3406 | List<string> msg = new List<string>(); | 3406 | List<string> msg = new List<string>(); |
3407 | 3407 | ||
3408 | if(handlerGenericMessage != null) | 3408 | if (handlerGenericMessage != null) |
3409 | { | 3409 | { |
3410 | string method = Util.FieldToString(gmpack.MethodData.Method); | 3410 | string method = Util.FieldToString(gmpack.MethodData.Method); |
3411 | foreach (GenericMessagePacket.ParamListBlock block in gmpack.ParamList) | 3411 | foreach (GenericMessagePacket.ParamListBlock block in gmpack.ParamList) |