diff options
author | UbitUmarov | 2019-01-25 21:21:23 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-25 21:21:23 +0000 |
commit | 367bd48d9133ae2d60dd63c3c9fa7acb747a7d20 (patch) | |
tree | 34cf2fa9c12dc0ecd7353f6587c4758b36943055 /OpenSim/Tests/Common/Mock | |
parent | some sop cleanup (diff) | |
download | opensim-SC-367bd48d9133ae2d60dd63c3c9fa7acb747a7d20.zip opensim-SC-367bd48d9133ae2d60dd63c3c9fa7acb747a7d20.tar.gz opensim-SC-367bd48d9133ae2d60dd63c3c9fa7acb747a7d20.tar.bz2 opensim-SC-367bd48d9133ae2d60dd63c3c9fa7acb747a7d20.tar.xz |
script mono is meaningless for us
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs index f2ce064..9880c91 100644 --- a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs +++ b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs | |||
@@ -167,7 +167,7 @@ namespace OpenSim.Tests.Common | |||
167 | AddEvent(receiverAgent, "AgentGroupDataUpdate", data); | 167 | AddEvent(receiverAgent, "AgentGroupDataUpdate", data); |
168 | } | 168 | } |
169 | 169 | ||
170 | public OSD ScriptRunningEvent (UUID objectID, UUID itemID, bool running, bool mono) | 170 | public void ScriptRunningEvent (UUID objectID, UUID itemID, bool running, UUID avatarID) |
171 | { | 171 | { |
172 | Console.WriteLine("ONE"); | 172 | Console.WriteLine("ONE"); |
173 | throw new System.NotImplementedException (); | 173 | throw new System.NotImplementedException (); |