mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Last commit was too fast... must override.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user