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/Robust.HG.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/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index c690e06..9adf1ac 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -68,6 +68,12 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
68 | ;; Perform distance check for the creation of a linked region | 68 | ;; Perform distance check for the creation of a linked region |
69 | ; Check4096 = "True" | 69 | ; Check4096 = "True" |
70 | 70 | ||
71 | ;; Needed to display non-default map tile images for linked regions | ||
72 | AssetService = "OpenSim.Services.AssetService.dll:AssetService" | ||
73 | |||
74 | ;; Directory for map tile images of linked regions | ||
75 | ; MapTileDirectory = "./" | ||
76 | |||
71 | ;; Next, we can specify properties of regions, including default and fallback regions | 77 | ;; Next, we can specify properties of regions, including default and fallback regions |
72 | ;; The syntax is: Region_<RegionName> = "<flags>" | 78 | ;; The syntax is: Region_<RegionName> = "<flags>" |
73 | ;; or: Region_<RegionID> = "<flags>" | 79 | ;; or: Region_<RegionID> = "<flags>" |