mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Finalized the client's TCP IP address verification process for HG1.5.
This commit is contained in:
@@ -204,6 +204,11 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
return args;
|
||||
}
|
||||
|
||||
public void SetClientToken(UUID sessionID, string token)
|
||||
{
|
||||
// no-op
|
||||
}
|
||||
|
||||
public GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt)
|
||||
{
|
||||
position = Vector3.UnitY; lookAt = Vector3.UnitY;
|
||||
|
||||
Reference in New Issue
Block a user