change PacketQueue to take the byte[] throttle instead

of the Packet to set the throttles
This commit is contained in:
Sean Dague
2007-12-09 14:47:18 +00:00
parent f2b175ef08
commit cace0e055c
2 changed files with 3 additions and 5 deletions

View File

@@ -3107,7 +3107,8 @@ namespace OpenSim.Region.ClientStack
break;
case PacketType.AgentThrottle:
PacketQueue.SetThrottleFromClient(Pack);
AgentThrottlePacket atpack = (AgentThrottlePacket)Pack;
PacketQueue.SetThrottleFromClient(atpack.Throttle.Throttles);
break;
#endregion