aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/MockScriptEngine.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/MockScriptEngine.cs b/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
index d7a144c..b6f5760 100644
--- a/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
+++ b/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
@@ -221,7 +221,7 @@ namespace OpenSim.Tests.Common
221 throw new System.NotImplementedException (); 221 throw new System.NotImplementedException ();
222 } 222 }
223 223
224 public void SetScriptState(UUID itemID, bool state) 224 public void SetScriptState(UUID itemID, bool state, bool self)
225 { 225 {
226 throw new System.NotImplementedException (); 226 throw new System.NotImplementedException ();
227 } 227 }