diff options
author | Tedd Hansen | 2008-02-01 23:56:09 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-01 23:56:09 +0000 |
commit | 694642a482ffefb9c11ef05d833c508f383d2f0d (patch) | |
tree | ac2dd670d40e53cf83a3069962d3feb9490b54b0 /OpenSim/Region/Application/Application.cs | |
parent | Bugfix, maybe it won't crash during startup and crash somewhere else instead? :) (diff) | |
download | opensim-SC_OLD-694642a482ffefb9c11ef05d833c508f383d2f0d.zip opensim-SC_OLD-694642a482ffefb9c11ef05d833c508f383d2f0d.tar.gz opensim-SC_OLD-694642a482ffefb9c11ef05d833c508f383d2f0d.tar.bz2 opensim-SC_OLD-694642a482ffefb9c11ef05d833c508f383d2f0d.tar.xz |
Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath.
Refreshing config based on this.
Temporarily disabled feature to refresh config file while running.
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index bf44274..2045b56 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -35,6 +35,8 @@ namespace OpenSim | |||
35 | { | 35 | { |
36 | public class Application | 36 | public class Application |
37 | { | 37 | { |
38 | public static string iniFilePath = ""; | ||
39 | |||
38 | //could move our main function into OpenSimMain and kill this class | 40 | //could move our main function into OpenSimMain and kill this class |
39 | [STAThread] | 41 | [STAThread] |
40 | public static void Main(string[] args) | 42 | public static void Main(string[] args) |