mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenSim.Services.UserAccountService
|
||||
return info;
|
||||
}
|
||||
|
||||
public GridUserInfo[] GetGridUserInfo(string[] userIDs)
|
||||
public virtual GridUserInfo[] GetGridUserInfo(string[] userIDs)
|
||||
{
|
||||
List<GridUserInfo> ret = new List<GridUserInfo>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user