diff options
Diffstat (limited to 'OpenSim/Grid/GridServer/GridServerBase.cs')
-rw-r--r-- | OpenSim/Grid/GridServer/GridServerBase.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Grid/GridServer/GridServerBase.cs b/OpenSim/Grid/GridServer/GridServerBase.cs index d83027a..5067a8c 100644 --- a/OpenSim/Grid/GridServer/GridServerBase.cs +++ b/OpenSim/Grid/GridServer/GridServerBase.cs | |||
@@ -73,10 +73,8 @@ namespace OpenSim.Grid.GridServer | |||
73 | } | 73 | } |
74 | } | 74 | } |
75 | 75 | ||
76 | public override void Startup() | 76 | protected override void StartupSpecific() |
77 | { | 77 | { |
78 | base.Startup(); | ||
79 | |||
80 | m_config = new GridConfig("GRID SERVER", (Path.Combine(Util.configDir(), "GridServer_Config.xml"))); | 78 | m_config = new GridConfig("GRID SERVER", (Path.Combine(Util.configDir(), "GridServer_Config.xml"))); |
81 | 79 | ||
82 | SetupGridManager(); | 80 | SetupGridManager(); |