Fix up a temporary debugging change from last commit which stopped "lludp stop out" from actually doing anything

TeleportWork
Justin Clark-Casey (justincc) 2013-07-18 22:42:25 +01:00 committed by Diva Canto
parent 98d47ea428
commit 3a476bf60c
1 changed files with 1 additions and 2 deletions

View File

@ -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
{