diff options
author | Justin Clark-Casey (justincc) | 2013-03-23 00:39:03 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-03-23 00:45:21 +0000 |
commit | 93206ef0fa6dffe93313455b3354ce3787e7262d (patch) | |
tree | ad7448b880e66529999ecb302f462982e51578b7 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Following on from 476a7d3e (which wasn't enough), make chat across regions on... (diff) | |
download | opensim-SC-93206ef0fa6dffe93313455b3354ce3787e7262d.zip opensim-SC-93206ef0fa6dffe93313455b3354ce3787e7262d.tar.gz opensim-SC-93206ef0fa6dffe93313455b3354ce3787e7262d.tar.bz2 opensim-SC-93206ef0fa6dffe93313455b3354ce3787e7262d.tar.xz |
Add "show borders" command to show the borders of a region.
This is relevant to mega-regions where the borders are very different to a regular region.
Also adds some method doc and other code comments.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index c9c0662..e8f00a4 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2541,7 +2541,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2541 | 2541 | ||
2542 | } | 2542 | } |
2543 | } | 2543 | } |
2544 | |||
2545 | 2544 | ||
2546 | return null; | 2545 | return null; |
2547 | } | 2546 | } |