Merge branch 'avination' into careminster

avinationmerge
Melanie 2012-07-23 19:32:08 +01:00
commit 112df30ea3
1 changed files with 1 additions and 1 deletions

View File

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