mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
remove duplicated call
This commit is contained in:
@@ -111,7 +111,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser
|
||||
if (client.Scene is Scene)
|
||||
{
|
||||
Scene s = (Scene)client.Scene;
|
||||
userId = s.UserManagementModule.GetUserUUI(client.AgentId);
|
||||
if(s.UserManagementModule.GetUserUUI(client.AgentId, out userId))
|
||||
{
|
||||
m_GridUserService.LoggedOut(
|
||||
|
||||
Reference in New Issue
Block a user