diff options
author | UbitUmarov | 2019-03-19 06:38:43 +0000 |
---|---|---|
committer | UbitUmarov | 2019-03-19 06:38:43 +0000 |
commit | 182977a872f837a29f936964d8df55942187261a (patch) | |
tree | 54fc103bb5ac6f504942e491b62a006c26935957 /OpenSim/Framework/ILandChannel.cs | |
parent | ooops (diff) | |
download | opensim-SC-182977a872f837a29f936964d8df55942187261a.zip opensim-SC-182977a872f837a29f936964d8df55942187261a.tar.gz opensim-SC-182977a872f837a29f936964d8df55942187261a.tar.bz2 opensim-SC-182977a872f837a29f936964d8df55942187261a.tar.xz |
do not send parceloverlay on crossings (may be bad, or not)
Diffstat (limited to 'OpenSim/Framework/ILandChannel.cs')
-rw-r--r-- | OpenSim/Framework/ILandChannel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ILandChannel.cs b/OpenSim/Framework/ILandChannel.cs index e5ea596..0efd908 100644 --- a/OpenSim/Framework/ILandChannel.cs +++ b/OpenSim/Framework/ILandChannel.cs | |||
@@ -98,6 +98,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
98 | 98 | ||
99 | void Join(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id); | 99 | void Join(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id); |
100 | void Subdivide(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id); | 100 | void Subdivide(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id); |
101 | void sendClientInitialLandInfo(IClientAPI remoteClient); | 101 | void sendClientInitialLandInfo(IClientAPI remoteClient, bool overlay = true); |
102 | } | 102 | } |
103 | } | 103 | } |