minor changes on lludp updates send control

This commit is contained in:
UbitUmarov
2021-10-12 18:10:40 +01:00
parent c71181ff51
commit 104ea0518e
2 changed files with 2 additions and 4 deletions

View File

@@ -759,10 +759,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
callback(cats);
}
catch { }
if (callback != null)
udpcli.QueueEmptyRunning = false;
}
udpcli.QueueEmptyRunning = false;
udpcli = null;
callback = null;
};