mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
some static declarions missing
This commit is contained in:
@@ -72,10 +72,10 @@ namespace OpenSim.Services.HypergridService
|
||||
|
||||
private static OSHHTPHost m_gatekeeperHost;
|
||||
private static string m_gatekeeperURL;
|
||||
private HashSet<OSHHTPHost> m_gateKeeperAlias;
|
||||
private static HashSet<OSHHTPHost> m_gateKeeperAlias;
|
||||
|
||||
private static GridRegion m_DefaultGatewayRegion;
|
||||
private bool m_allowDuplicatePresences = false;
|
||||
private static bool m_allowDuplicatePresences = false;
|
||||
private static string m_messageKey;
|
||||
|
||||
public GatekeeperService(IConfigSource config, ISimulationService simService)
|
||||
|
||||
Reference in New Issue
Block a user