mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Made IGridUserService.SetLastPosition() more flexible to allow different possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
This commit is contained in:
@@ -304,12 +304,6 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
return UpdateSession(sessionID, regionID, lastPosition, lastLookAt);
|
||||
}
|
||||
|
||||
public bool SetLastPosition(string userID, UUID regionID, Vector3 lastPosition, Vector3 lastLookAt)
|
||||
{
|
||||
// Never called
|
||||
return false;
|
||||
}
|
||||
|
||||
public GridUserInfo GetGridUserInfo(string user)
|
||||
{
|
||||
m_log.DebugFormat("[SIMIAN PRESENCE CONNECTOR]: Requesting session data for agent " + user);
|
||||
|
||||
Reference in New Issue
Block a user