aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorMW2009-07-10 11:03:38 +0000
committerMW2009-07-10 11:03:38 +0000
commit78d7f4696ec58aea95e0c351a38713f1df0bb279 (patch)
treec011e833bb929492587d8de5ab660e650f7e7e72 /OpenSim/Region/Application/OpenSim.cs
parentSwitch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat. (diff)
downloadopensim-SC_OLD-78d7f4696ec58aea95e0c351a38713f1df0bb279.zip
opensim-SC_OLD-78d7f4696ec58aea95e0c351a38713f1df0bb279.tar.gz
opensim-SC_OLD-78d7f4696ec58aea95e0c351a38713f1df0bb279.tar.bz2
opensim-SC_OLD-78d7f4696ec58aea95e0c351a38713f1df0bb279.tar.xz
Now we are past revision 10000, I think its time to start to fix that massive bug that was introduced in revision 1. So here is the first part of that fix.
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 3babe72..524dd4c 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -1130,7 +1130,7 @@ namespace OpenSim
1130 } 1130 }
1131 1131
1132 /// <summary> 1132 /// <summary>
1133 /// Load a whole region from an opensim archive. 1133 /// Load a whole region from an opensimulator archive.
1134 /// </summary> 1134 /// </summary>
1135 /// <param name="cmdparams"></param> 1135 /// <param name="cmdparams"></param>
1136 protected void LoadOar(string module, string[] cmdparams) 1136 protected void LoadOar(string module, string[] cmdparams)