diff options
Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. If in future anyone's patch hasn't been applied within a few days, please can someone kick one of the developers with svn access.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs b/OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs index a50b142..5e3dcae 100644 --- a/OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs +++ b/OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs | |||
@@ -15,6 +15,24 @@ namespace OpenSim.Region.Environment.Scenes.Scripting | |||
15 | set { } | 15 | set { } |
16 | } | 16 | } |
17 | 17 | ||
18 | public string SitName | ||
19 | { | ||
20 | get { return ""; } | ||
21 | set { } | ||
22 | } | ||
23 | |||
24 | public string TouchName | ||
25 | { | ||
26 | get { return ""; } | ||
27 | set { } | ||
28 | } | ||
29 | |||
30 | public string Description | ||
31 | { | ||
32 | get { return ""; } | ||
33 | set { } | ||
34 | } | ||
35 | |||
18 | public LLUUID UUID | 36 | public LLUUID UUID |
19 | { | 37 | { |
20 | get { return LLUUID.Zero; } | 38 | get { return LLUUID.Zero; } |
@@ -23,6 +41,8 @@ namespace OpenSim.Region.Environment.Scenes.Scripting | |||
23 | public LLUUID ObjectOwner | 41 | public LLUUID ObjectOwner |
24 | { get { return LLUUID.Zero; } } | 42 | { get { return LLUUID.Zero; } } |
25 | 43 | ||
44 | public LLUUID ObjectCreator { get { return LLUUID.Zero; } } | ||
45 | |||
26 | public LLVector3 AbsolutePosition | 46 | public LLVector3 AbsolutePosition |
27 | { | 47 | { |
28 | get { return m_pos; } | 48 | get { return m_pos; } |