mirror of
https://github.com/opensim/opensim.git
synced 2026-06-06 19:35:46 +08:00
* Remove mono compiler warning
This commit is contained in:
@@ -199,11 +199,10 @@ namespace OpenSim.Region.Environment.Modules.Framework
|
||||
//client.OnLogout += ClientClosed;
|
||||
}
|
||||
|
||||
private void ClientClosed(IClientAPI client)
|
||||
{
|
||||
|
||||
ClientClosed(client.AgentId);
|
||||
}
|
||||
// private void ClientClosed(IClientAPI client)
|
||||
// {
|
||||
// ClientClosed(client.AgentId);
|
||||
// }
|
||||
|
||||
private void ClientClosed(UUID AgentID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user