aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorlbsa712007-05-16 19:49:10 +0000
committerlbsa712007-05-16 19:49:10 +0000
commit9984790fc305db516ee9f5065dda389260bd1d1b (patch)
treef3f14a29d0637f80aa94de6b0465d564d3dbe659
parentRenamed OpenSimApplicationBase again this time to RegionServerBase (diff)
downloadopensim-SC_OLD-9984790fc305db516ee9f5065dda389260bd1d1b.zip
opensim-SC_OLD-9984790fc305db516ee9f5065dda389260bd1d1b.tar.gz
opensim-SC_OLD-9984790fc305db516ee9f5065dda389260bd1d1b.tar.bz2
opensim-SC_OLD-9984790fc305db516ee9f5065dda389260bd1d1b.tar.xz
* uncommented offending code
-rw-r--r--OpenSim.RegionServer/world/World.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim.RegionServer/world/World.cs b/OpenSim.RegionServer/world/World.cs
index d7a57b8..148efc9 100644
--- a/OpenSim.RegionServer/world/World.cs
+++ b/OpenSim.RegionServer/world/World.cs
@@ -671,17 +671,10 @@ namespace OpenSim.world
671 671
672 public void SetDefaultScripts() 672 public void SetDefaultScripts()
673 { 673 {
674 /*try
675 {
676 this.m_scripts.Add("FollowRandomAvatar", delegate() 674 this.m_scripts.Add("FollowRandomAvatar", delegate()
677 { 675 {
678 return new FollowRandomAvatar(); 676 return new FollowRandomAvatar();
679 }); 677 });
680 }
681 catch (Exception e)
682 {
683 OpenSim.Framework.Console.MainConsole.Instance.WriteLine(OpenSim.Framework.Console.LogPriority.MEDIUM,"World.cs: SetDefaultScripts() - Failed with exception " + e.ToString());
684 }*/
685 } 678 }
686 679
687 } 680 }