mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 00:15:45 +08:00
change PacketQueue to take the byte[] throttle instead
of the Packet to set the throttles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user