diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Framework/LandData.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Framework/LandData.cs')
-rw-r--r-- | OpenSim/Framework/LandData.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/LandData.cs b/OpenSim/Framework/LandData.cs index cfefe3e..13d2977 100644 --- a/OpenSim/Framework/LandData.cs +++ b/OpenSim/Framework/LandData.cs | |||
@@ -411,7 +411,7 @@ namespace OpenSim.Framework | |||
411 | } | 411 | } |
412 | 412 | ||
413 | /// <summary> | 413 | /// <summary> |
414 | /// Determines if people are able to teleport where they please on the parcel or if they | 414 | /// Determines if people are able to teleport where they please on the parcel or if they |
415 | /// get constrainted to a specific point on teleport within the parcel | 415 | /// get constrainted to a specific point on teleport within the parcel |
416 | /// </summary> | 416 | /// </summary> |
417 | public byte LandingType | 417 | public byte LandingType |
@@ -667,7 +667,7 @@ namespace OpenSim.Framework | |||
667 | } | 667 | } |
668 | 668 | ||
669 | /// <summary> | 669 | /// <summary> |
670 | /// When teleporting is restricted to a certain point, this is the location | 670 | /// When teleporting is restricted to a certain point, this is the location |
671 | /// that the user will be redirected to | 671 | /// that the user will be redirected to |
672 | /// </summary> | 672 | /// </summary> |
673 | public Vector3 UserLocation | 673 | public Vector3 UserLocation |
@@ -683,7 +683,7 @@ namespace OpenSim.Framework | |||
683 | } | 683 | } |
684 | 684 | ||
685 | /// <summary> | 685 | /// <summary> |
686 | /// When teleporting is restricted to a certain point, this is the rotation | 686 | /// When teleporting is restricted to a certain point, this is the rotation |
687 | /// that the user will be positioned | 687 | /// that the user will be positioned |
688 | /// </summary> | 688 | /// </summary> |
689 | public Vector3 UserLookAt | 689 | public Vector3 UserLookAt |
@@ -699,7 +699,7 @@ namespace OpenSim.Framework | |||
699 | } | 699 | } |
700 | 700 | ||
701 | /// <summary> | 701 | /// <summary> |
702 | /// Autoreturn number of minutes to return SceneObjectGroup that are owned by someone who doesn't own | 702 | /// Autoreturn number of minutes to return SceneObjectGroup that are owned by someone who doesn't own |
703 | /// the parcel and isn't set to the same 'group' as the parcel. | 703 | /// the parcel and isn't set to the same 'group' as the parcel. |
704 | /// </summary> | 704 | /// </summary> |
705 | public int OtherCleanTime | 705 | public int OtherCleanTime |