Merge branch 'master' into careminster-presence-refactor

Remerge the LightShare bits that were pushed to core
This commit is contained in:
Melanie
2010-03-31 04:38:19 +01:00
3 changed files with 276 additions and 1 deletions

View File

@@ -856,6 +856,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
gmp.ParamList[i] = new GenericMessagePacket.ParamListBlock();
gmp.ParamList[i++].Parameter = val;
}
OutPacket(gmp, ThrottleOutPacketType.Task);
}