diff options
Diffstat (limited to '')
-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 022ebdf..bc6cb60 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -876,7 +876,7 @@ namespace OpenSim.Tests.Common | |||
876 | { | 876 | { |
877 | } | 877 | } |
878 | 878 | ||
879 | public virtual void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args) | 879 | public virtual void SendRegionHandshake() |
880 | { | 880 | { |
881 | if (OnRegionHandShakeReply != null) | 881 | if (OnRegionHandShakeReply != null) |
882 | { | 882 | { |