mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
On more virtual method
This commit is contained in:
@@ -80,7 +80,7 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
}
|
||||
|
||||
public Dictionary<string, object> ToKeyValuePairs()
|
||||
public virtual Dictionary<string, object> ToKeyValuePairs()
|
||||
{
|
||||
Dictionary<string, object> result = new Dictionary<string, object>();
|
||||
result["UserID"] = UserID;
|
||||
|
||||
Reference in New Issue
Block a user