Last commit was too fast... must override.

This commit is contained in:
Diva Canto
2010-04-03 12:14:57 -07:00
parent 8f68edfe12
commit cfa941adc7
2 changed files with 2 additions and 2 deletions

View File

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