mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Rolled back a few changes.
This commit is contained in:
@@ -33,9 +33,7 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
{
|
||||
public class NullScriptHost : IScriptHost
|
||||
{
|
||||
private readonly LLVector3 m_pos = new LLVector3(128, 128, 30);
|
||||
|
||||
#region IScriptHost Members
|
||||
private LLVector3 m_pos = new LLVector3(128, 128, 30);
|
||||
|
||||
public string Name
|
||||
{
|
||||
@@ -85,7 +83,5 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
{
|
||||
Console.WriteLine("Tried to SetText [{0}] on NullScriptHost", text);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user