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

This commit is contained in:
diva
2008-12-22 06:47:53 +00:00
parent fc9ffa5f97
commit 9056ad63d5

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)