One more small mod in EQ: there is no need to subscribe to the OnLogout event, because things in the EQ get shutdown OnClientClosed.
parent
fc9ffa5f97
commit
9056ad63d5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue