diff options
author | unknown | 2010-03-08 01:19:45 -0600 |
---|---|---|
committer | Melanie | 2010-03-09 22:38:58 +0000 |
commit | fce9e499e4682edf6db7b4f9c5546524b4a25197 (patch) | |
tree | fc5ef7728a3b7828ba17202244737af1db81e3cb /OpenSim/Tests/Common/Mock/TestClient.cs | |
parent | Revert "Adds Land Banning." (diff) | |
download | opensim-SC-fce9e499e4682edf6db7b4f9c5546524b4a25197.zip opensim-SC-fce9e499e4682edf6db7b4f9c5546524b4a25197.tar.gz opensim-SC-fce9e499e4682edf6db7b4f9c5546524b4a25197.tar.bz2 opensim-SC-fce9e499e4682edf6db7b4f9c5546524b4a25197.tar.xz |
- parcel blocking, region crossing blocking, teleport blocking
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 0d9dcc6..715e1a4 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -96,6 +96,7 @@ namespace OpenSim.Tests.Common.Mock | |||
96 | public event Action<IClientAPI> OnRegionHandShakeReply; | 96 | public event Action<IClientAPI> OnRegionHandShakeReply; |
97 | public event GenericCall2 OnRequestWearables; | 97 | public event GenericCall2 OnRequestWearables; |
98 | public event GenericCall1 OnCompleteMovementToRegion; | 98 | public event GenericCall1 OnCompleteMovementToRegion; |
99 | public event UpdateAgent OnPreAgentUpdate; | ||
99 | public event UpdateAgent OnAgentUpdate; | 100 | public event UpdateAgent OnAgentUpdate; |
100 | public event AgentRequestSit OnAgentRequestSit; | 101 | public event AgentRequestSit OnAgentRequestSit; |
101 | public event AgentSit OnAgentSit; | 102 | public event AgentSit OnAgentSit; |