diff options
author | Justin Clark-Casey (justincc) | 2013-09-12 23:38:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-20 21:38:55 +0100 |
commit | 068f22a52c5b68aa3bd8bbf0a986963e9ebfe53b (patch) | |
tree | f7c7837c289fc786afec4c4e141cfe8fcadfa23f | |
parent | 6762: llList2Key fails to convert a string in a list to a key (diff) | |
download | opensim-SC_OLD-068f22a52c5b68aa3bd8bbf0a986963e9ebfe53b.zip opensim-SC_OLD-068f22a52c5b68aa3bd8bbf0a986963e9ebfe53b.tar.gz opensim-SC_OLD-068f22a52c5b68aa3bd8bbf0a986963e9ebfe53b.tar.bz2 opensim-SC_OLD-068f22a52c5b68aa3bd8bbf0a986963e9ebfe53b.tar.xz |
minor: replace spaces with tabs for see_into_region setting
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 17f7490..b9eb4e8 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -86,8 +86,8 @@ | |||
86 | ;; from the selected region_info_source. | 86 | ;; from the selected region_info_source. |
87 | allow_regionless = false | 87 | allow_regionless = false |
88 | 88 | ||
89 | ;; Allow child agents to see into the region even if their root counterpart isn't allowed in here | 89 | ;; Allow child agents to see into the region even if their root counterpart isn't allowed in here |
90 | see_into_region = true | 90 | see_into_region = true |
91 | 91 | ||
92 | ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos | 92 | ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos |
93 | ; Increasing this number will increase memory usage. | 93 | ; Increasing this number will increase memory usage. |