diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 09cbe7f..fad9f0d 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -404,6 +404,8 @@ namespace OpenSim.Grid.GridServer | |||
404 | // New! If set, use as URL to local sim storage (ie http://remotehost/region.yap) | 404 | // New! If set, use as URL to local sim storage (ie http://remotehost/region.yap) |
405 | responseData["data_uri"] = TheSim.regionDataURI; | 405 | responseData["data_uri"] = TheSim.regionDataURI; |
406 | 406 | ||
407 | responseData["allow_forceful_banlines"] = config.AllowForcefulBanlines; | ||
408 | |||
407 | 409 | ||
408 | return response; | 410 | return response; |
409 | } | 411 | } |