aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
authorUbitUmarov2019-03-19 06:52:57 +0000
committerUbitUmarov2019-03-19 06:52:57 +0000
commitb10a3ba0232031a1daac2a972478b7c34b7ec7ff (patch)
treef48f99eeb408128d437d8e678985e134c66fc482 /OpenSim/Tests/Common/Mock
parentdo not send parceloverlay on crossings (may be bad, or not) (diff)
downloadopensim-SC-b10a3ba0232031a1daac2a972478b7c34b7ec7ff.zip
opensim-SC-b10a3ba0232031a1daac2a972478b7c34b7ec7ff.tar.gz
opensim-SC-b10a3ba0232031a1daac2a972478b7c34b7ec7ff.tar.bz2
opensim-SC-b10a3ba0232031a1daac2a972478b7c34b7ec7ff.tar.xz
take the deafult on the parameter overlay
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r--OpenSim/Tests/Common/Mock/TestLandChannel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestLandChannel.cs b/OpenSim/Tests/Common/Mock/TestLandChannel.cs
index 87cbede..b5227aa 100644
--- a/OpenSim/Tests/Common/Mock/TestLandChannel.cs
+++ b/OpenSim/Tests/Common/Mock/TestLandChannel.cs
@@ -119,6 +119,6 @@ namespace OpenSim.Tests.Common
119 119
120 public void Join(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id) {} 120 public void Join(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id) {}
121 public void Subdivide(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id) {} 121 public void Subdivide(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id) {}
122 public void sendClientInitialLandInfo(IClientAPI remoteClient, bool overlay = true) { } 122 public void sendClientInitialLandInfo(IClientAPI remoteClient, bool overlay) { }
123 } 123 }
124} \ No newline at end of file 124} \ No newline at end of file