diff options
author | lbsa71 | 2009-04-16 19:27:00 +0000 |
---|---|---|
committer | lbsa71 | 2009-04-16 19:27:00 +0000 |
commit | 6391b5312a48bd5a146b324879837ff6467e40da (patch) | |
tree | b3a3ea2736d6345377cf6c604522b03115554bb2 /OpenSim/Framework/UserConfig.cs | |
parent | * bizarrely, two reports that that last commit broke script engine startup (!... (diff) | |
download | opensim-SC_OLD-6391b5312a48bd5a146b324879837ff6467e40da.zip opensim-SC_OLD-6391b5312a48bd5a146b324879837ff6467e40da.tar.gz opensim-SC_OLD-6391b5312a48bd5a146b324879837ff6467e40da.tar.bz2 opensim-SC_OLD-6391b5312a48bd5a146b324879837ff6467e40da.tar.xz |
* Since that was seemingly an false alarm, reverting the revert.
Diffstat (limited to 'OpenSim/Framework/UserConfig.cs')
-rw-r--r-- | OpenSim/Framework/UserConfig.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/UserConfig.cs b/OpenSim/Framework/UserConfig.cs index ea2cba0..49668af 100644 --- a/OpenSim/Framework/UserConfig.cs +++ b/OpenSim/Framework/UserConfig.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim.Framework | |||
33 | /// <summary> | 33 | /// <summary> |
34 | /// UserConfig -- For User Server Configuration | 34 | /// UserConfig -- For User Server Configuration |
35 | /// </summary> | 35 | /// </summary> |
36 | public class UserConfig | 36 | public class UserConfig:ConfigBase |
37 | { | 37 | { |
38 | public static uint DefaultHttpPort = 8002; | 38 | public static uint DefaultHttpPort = 8002; |
39 | public static bool DefaultHttpSSL = false; | 39 | public static bool DefaultHttpSSL = false; |