diff options
author | Justin Clark-Casey (justincc) | 2014-01-20 19:34:55 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-20 19:34:55 +0000 |
commit | 2cf7478b9a33575273900ff995c74f1e8167f8b9 (patch) | |
tree | 10ee6a783456979aa63219cc387c078a7ec9fc65 /OpenSim/Tests/Common/Mock | |
parent | update OpenMetaverse.StructuredData to git master (bf4e9f654ff99c85e20b53e56f... (diff) | |
parent | Stop exceptions being generated on agent connection if a telehub object has b... (diff) | |
download | opensim-SC_OLD-2cf7478b9a33575273900ff995c74f1e8167f8b9.zip opensim-SC_OLD-2cf7478b9a33575273900ff995c74f1e8167f8b9.tar.gz opensim-SC_OLD-2cf7478b9a33575273900ff995c74f1e8167f8b9.tar.bz2 opensim-SC_OLD-2cf7478b9a33575273900ff995c74f1e8167f8b9.tar.xz |
Merge branch 'justincc-master'
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 9370102..a4247e3 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -788,11 +788,6 @@ namespace OpenSim.Tests.Common.Mock | |||
788 | { | 788 | { |
789 | OnRegionHandShakeReply(this); | 789 | OnRegionHandShakeReply(this); |
790 | } | 790 | } |
791 | |||
792 | if (OnCompleteMovementToRegion != null) | ||
793 | { | ||
794 | OnCompleteMovementToRegion(this, true); | ||
795 | } | ||
796 | } | 791 | } |
797 | 792 | ||
798 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) | 793 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) |