* Remove mono compiler warning
parent
2afdfc4d29
commit
151d3afe16
|
@ -199,11 +199,10 @@ namespace OpenSim.Region.Environment.Modules.Framework
|
||||||
//client.OnLogout += ClientClosed;
|
//client.OnLogout += ClientClosed;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ClientClosed(IClientAPI client)
|
// private void ClientClosed(IClientAPI client)
|
||||||
{
|
// {
|
||||||
|
// ClientClosed(client.AgentId);
|
||||||
ClientClosed(client.AgentId);
|
// }
|
||||||
}
|
|
||||||
|
|
||||||
private void ClientClosed(UUID AgentID)
|
private void ClientClosed(UUID AgentID)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue