Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

This commit is contained in:
ubit
2012-07-23 20:18:07 +02:00
8 changed files with 29 additions and 18 deletions

View File

@@ -1516,7 +1516,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (!client.IsLoggingOut)
{
client.IsLoggingOut = true;
client.Close();
client.Close(false);
}
}
}