One more small mod in EQ: there is no need to subscribe to the OnLogout event, because things in the EQ get shutdown OnClientClosed.

0.6.2-post-fixes
diva 2008-12-22 06:47:53 +00:00
parent fc9ffa5f97
commit 9056ad63d5
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ namespace OpenSim.Region.Environment.Modules.Framework
private void OnNewClient(IClientAPI client)
{
client.OnLogout += ClientClosed;
//client.OnLogout += ClientClosed;
}
private void ClientClosed(IClientAPI client)