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

This commit is contained in:
Justin Clark-Casey (justincc)
2013-07-18 22:42:25 +01:00
committed by Diva Canto
parent 98d47ea428
commit 3a476bf60c

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
{