mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Update svn properties, minor formatting cleanup.
Fix unreachable code due to typo in llDetectedGroup.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user