* Remove mono compiler warning

0.6.2-post-fixes
Justin Clarke Casey 2008-12-23 18:07:45 +00:00
parent 2afdfc4d29
commit 151d3afe16
1 changed files with 4 additions and 5 deletions

View File

@ -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)
{ {