mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Beginning of rewriting HG. Compiles, and runs, but HG functions not restored yet.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Tests.Common.Mock
|
||||
///
|
||||
/// <param name="agent"></param>
|
||||
/// <returns></returns>
|
||||
public override bool AuthenticateUser(AgentCircuitData agent, out string reason)
|
||||
public override bool VerifyUserPresence(AgentCircuitData agent, out string reason)
|
||||
{
|
||||
reason = String.Empty;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user