diff options
author | Justin Clark-Casey (justincc) | 2011-08-03 22:11:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-03 22:11:05 +0100 |
commit | 2964467708871f5932c46ad04e002a5506dd7732 (patch) | |
tree | 07c49c8977d582dc9721c7f401aa140766b362cf /OpenSim/Tests | |
parent | enable the NPC module for its regression test (diff) | |
download | opensim-SC_OLD-2964467708871f5932c46ad04e002a5506dd7732.zip opensim-SC_OLD-2964467708871f5932c46ad04e002a5506dd7732.tar.gz opensim-SC_OLD-2964467708871f5932c46ad04e002a5506dd7732.tar.bz2 opensim-SC_OLD-2964467708871f5932c46ad04e002a5506dd7732.tar.xz |
get rid of vestigal move to parameters
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index f548a9e..88043f3 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -234,7 +234,7 @@ namespace OpenSim.Tests.Common.Mock | |||
234 | public event ScriptReset OnScriptReset; | 234 | public event ScriptReset OnScriptReset; |
235 | public event GetScriptRunning OnGetScriptRunning; | 235 | public event GetScriptRunning OnGetScriptRunning; |
236 | public event SetScriptRunning OnSetScriptRunning; | 236 | public event SetScriptRunning OnSetScriptRunning; |
237 | public event UpdateVector OnAutoPilotGo; | 237 | public event Action<Vector3> OnAutoPilotGo; |
238 | 238 | ||
239 | public event TerrainUnacked OnUnackedTerrain; | 239 | public event TerrainUnacked OnUnackedTerrain; |
240 | 240 | ||