mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
This should have a strong effect on the Unknown User issue mantis #6625
This commit is contained in:
@@ -50,6 +50,7 @@ namespace OpenSim.Data
|
||||
public interface IGridUserData
|
||||
{
|
||||
GridUserData Get(string userID);
|
||||
GridUserData[] GetAll(string query);
|
||||
bool Store(GridUserData data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user