mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Change the interface a bit before someone depends on it's current form
This commit is contained in:
@@ -40,6 +40,10 @@ namespace OpenSim.Data.MySQL
|
||||
public MySqlUserAccountData(string connectionString, string realm)
|
||||
: base(connectionString, realm, "UserAccount")
|
||||
{
|
||||
public bool Store(UserAccountData data, UUID principalID, string token)
|
||||
{
|
||||
Store(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user