Fix up a temporary debugging change from last commit which stopped "lludp stop out" from actually doing anything
parent
98d47ea428
commit
3a476bf60c
|
@ -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