mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 00:15:45 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user