mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Go Home works. With security!!
This commit is contained in:
@@ -46,6 +46,10 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private IGatekeeperService m_GatekeeperService;
|
||||
public IGatekeeperService GateKeeper
|
||||
{
|
||||
get { return m_GatekeeperService; }
|
||||
}
|
||||
|
||||
public GatekeeperServiceInConnector(IConfigSource config, IHttpServer server, ISimulationService simService) :
|
||||
base(config, server, String.Empty)
|
||||
|
||||
Reference in New Issue
Block a user