mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* uncommented offending code
This commit is contained in:
@@ -671,17 +671,10 @@ namespace OpenSim.world
|
||||
|
||||
public void SetDefaultScripts()
|
||||
{
|
||||
/*try
|
||||
{
|
||||
this.m_scripts.Add("FollowRandomAvatar", delegate()
|
||||
{
|
||||
return new FollowRandomAvatar();
|
||||
});
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
OpenSim.Framework.Console.MainConsole.Instance.WriteLine(OpenSim.Framework.Console.LogPriority.MEDIUM,"World.cs: SetDefaultScripts() - Failed with exception " + e.ToString());
|
||||
}*/
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user