Update svn properties, minor formatting cleanup.

Fix unreachable code due to typo in llDetectedGroup.
This commit is contained in:
Jeff Ames
2008-09-10 05:17:28 +00:00
parent 03672c35e4
commit b9b996be38
7 changed files with 22 additions and 22 deletions

View File

@@ -3405,7 +3405,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
List<string> msg = new List<string>();
if(handlerGenericMessage != null)
if (handlerGenericMessage != null)
{
string method = Util.FieldToString(gmpack.MethodData.Method);
foreach (GenericMessagePacket.ParamListBlock block in gmpack.ParamList)