mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 10:45:40 +08:00
Implement saving user account data
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Data.MySQL
|
||||
{
|
||||
}
|
||||
|
||||
public bool Store(UserAccountData data, UUID principalID, string token)
|
||||
public bool Store(UserAccountData data)
|
||||
{
|
||||
return Store(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user