mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
getting all our line endings consistant again
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
using System;
|
||||
using Axiom.Math;
|
||||
using libsecondlife;
|
||||
|
||||
using System;
|
||||
using Axiom.Math;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
{
|
||||
public class NullScriptHost : IScriptHost
|
||||
{
|
||||
private LLVector3 m_pos = new LLVector3(128, 128, 30);
|
||||
|
||||
{
|
||||
private LLVector3 m_pos = new LLVector3(128, 128, 30);
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "Object"; }
|
||||
@@ -38,13 +38,13 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
}
|
||||
|
||||
public LLUUID ObjectOwner
|
||||
{
|
||||
get { return LLUUID.Zero; }
|
||||
{
|
||||
get { return LLUUID.Zero; }
|
||||
}
|
||||
|
||||
public LLUUID ObjectCreator
|
||||
{
|
||||
get { return LLUUID.Zero; }
|
||||
public LLUUID ObjectCreator
|
||||
{
|
||||
get { return LLUUID.Zero; }
|
||||
}
|
||||
|
||||
public LLVector3 AbsolutePosition
|
||||
|
||||
Reference in New Issue
Block a user