Fix up a temporary debugging change from last commit which stopped "lludp stop out" from actually doing anything
parent
8c6761c152
commit
b2b29b7ec0
|
@ -1662,8 +1662,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
// Action generic every round
|
||||
Action<IClientAPI> clientPacketHandler = ClientOutgoingPacketHandler;
|
||||
|
||||
while (true)
|
||||
// while (base.IsRunningOutbound)
|
||||
while (base.IsRunningOutbound)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue