mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Fix up a temporary debugging change from last commit which stopped "lludp stop out" from actually doing anything
This commit is contained in:
committed by
Diva Canto
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user