diff options
author | Justin Clarke Casey | 2009-05-14 18:08:54 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-05-14 18:08:54 +0000 |
commit | 303aa4b65ead33c44122d61c0f9ef075236e6f76 (patch) | |
tree | 9007de8773b2f33af81ec2530214ecb3ef468db6 /OpenSim/ApplicationPlugins | |
parent | * refactor: break some of xml2 serialization out of sog (diff) | |
download | opensim-SC_OLD-303aa4b65ead33c44122d61c0f9ef075236e6f76.zip opensim-SC_OLD-303aa4b65ead33c44122d61c0f9ef075236e6f76.tar.gz opensim-SC_OLD-303aa4b65ead33c44122d61c0f9ef075236e6f76.tar.bz2 opensim-SC_OLD-303aa4b65ead33c44122d61c0f9ef075236e6f76.tar.xz |
* refactor: move bottom part of 'xml2' serializaton to separate class
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs index a470f04..9416fe5 100644 --- a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs +++ b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | |||
@@ -66,7 +66,6 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
66 | 66 | ||
67 | protected OpenSimBase m_openSim; | 67 | protected OpenSimBase m_openSim; |
68 | 68 | ||
69 | |||
70 | public void Initialise() | 69 | public void Initialise() |
71 | { | 70 | { |
72 | m_log.Info("[LOADREGIONS]: " + Name + " cannot be default-initialized!"); | 71 | m_log.Info("[LOADREGIONS]: " + Name + " cannot be default-initialized!"); |