Applying Ahzzmandius' second patch from bug 701.

ClientView triggers OnClose event before flushing packetqueue. 
Thank sAhzzmandius!
This commit is contained in:
Teravus Ovares
2008-03-02 19:48:26 +00:00
parent e808bf04a5
commit 9991955014
2 changed files with 2 additions and 1 deletions

View File

@@ -182,7 +182,7 @@ namespace OpenSim.Region.ClientStack
return SendQueue.Dequeue();
}
private void Flush()
public void Flush()
{
lock (this)
{