diff options
author | Justin Clark-Casey (justincc) | 2010-12-14 00:12:17 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-14 00:12:17 +0000 |
commit | e08da02a0fe3bcf19c6cc84023e56f81e3b1a7f5 (patch) | |
tree | fc4a33689299573e29ad4bf1e7aa74e821cf68d9 /bin/config-include/StandaloneCommon.ini.example | |
parent | reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u... (diff) | |
parent | Fix a small bug in ban list handling (diff) | |
download | opensim-SC_OLD-e08da02a0fe3bcf19c6cc84023e56f81e3b1a7f5.zip opensim-SC_OLD-e08da02a0fe3bcf19c6cc84023e56f81e3b1a7f5.tar.gz opensim-SC_OLD-e08da02a0fe3bcf19c6cc84023e56f81e3b1a7f5.tar.bz2 opensim-SC_OLD-e08da02a0fe3bcf19c6cc84023e56f81e3b1a7f5.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 58059f5..4956bc3 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -65,6 +65,9 @@ | |||
65 | ;; With hypergrid, perform distance check for the creation of a linked region | 65 | ;; With hypergrid, perform distance check for the creation of a linked region |
66 | ; Check4096 = true | 66 | ; Check4096 = true |
67 | 67 | ||
68 | ;; Directory for map tile images of remote regions | ||
69 | ; MapTileDirectory = "./" | ||
70 | |||
68 | ;; Next, we can specify properties of regions, including default and fallback regions | 71 | ;; Next, we can specify properties of regions, including default and fallback regions |
69 | ;; The syntax is: Region_<RegioName> = "<flags>" | 72 | ;; The syntax is: Region_<RegioName> = "<flags>" |
70 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut | 73 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut |