mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Some modifications to user service. Query by name is implemented now
This commit is contained in:
@@ -41,6 +41,7 @@ namespace OpenSim.Data.MySQL
|
||||
: base(connectionString, realm, "UserAccount")
|
||||
{
|
||||
}
|
||||
|
||||
public bool Store(UserAccountData data, UUID principalID, string token)
|
||||
{
|
||||
return Store(data);
|
||||
|
||||
Reference in New Issue
Block a user