diff options
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestLandChannel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestLandChannel.cs b/OpenSim/Tests/Common/Mock/TestLandChannel.cs index cb16f55..87cbede 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) { } | 122 | public void sendClientInitialLandInfo(IClientAPI remoteClient, bool overlay = true) { } |
123 | } | 123 | } |
124 | } \ No newline at end of file | 124 | } \ No newline at end of file |