* Fail storing user accounts in the remote connector.

slimupdates
Diva Canto 2010-04-03 12:11:54 -07:00
parent 6485c576a1
commit 8f68edfe12
1 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,12 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts
return account;
}
public bool StoreUserAccount(UserAccount data)
{
// This remote connector refuses to serve this method
return false;
}
#endregion
}
}