diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs index 689c70e1d..bc26389 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs | |||
@@ -301,12 +301,12 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | |||
301 | get { return this; } | 301 | get { return this; } |
302 | } | 302 | } |
303 | 303 | ||
304 | public IObjectInventory Inventory | 304 | public IObjectInventory Inventory |
305 | { | 305 | { |
306 | get { return new SOPObjectInventory(m_rootScene, GetSOP().TaskInventory); } | 306 | get { return new SOPObjectInventory(m_rootScene, GetSOP().TaskInventory); } |
307 | } | 307 | } |
308 | 308 | ||
309 | #region Public Functions | 309 | #region Public Functions |
310 | 310 | ||
311 | public void Say(string msg) | 311 | public void Say(string msg) |
312 | { | 312 | { |